KDevelop API Documentation

DocCheckItem Class Reference

Inheritance diagram for DocCheckItem:

Inheritance graph
[legend]
Collaboration diagram for DocCheckItem:

Collaboration graph
[legend]
List of all members.

Public Types

enum  DocType {
  QT_XML, DOXYGEN, KDOC, TOC,
  DEVHELP
}

Public Member Functions

 DocCheckItem (DocTreeProjectConfigWidget *widget, DocType type, QCheckListItem *parent, const QString &text, Type tt=Controller)
 DocCheckItem (DocTreeProjectConfigWidget *widget, DocType type, QListViewItem *parent, const QString &text, Type tt=Controller)
 DocCheckItem (DocTreeProjectConfigWidget *widget, DocType type, QListView *parent, const QString &text, Type tt=Controller)
virtual DocType type ()
virtual QString name () const
void setName (const QString &name)

Protected Member Functions

virtual void stateChange (bool state)

Private Attributes

DocTreeProjectConfigWidgetm_widget
DocType m_type
QString m_name

Member Enumeration Documentation

enum DocCheckItem::DocType
 

Enumeration values:
QT_XML 
DOXYGEN 
KDOC 
TOC 
DEVHELP 

Definition at line 37 of file doctreeprojectconfigwidget.cpp.

Referenced by type().


Constructor & Destructor Documentation

DocCheckItem::DocCheckItem DocTreeProjectConfigWidget widget,
DocType  type,
QCheckListItem parent,
const QString text,
Type  tt = Controller
[inline]
 

Definition at line 46 of file doctreeprojectconfigwidget.cpp.

References m_type, m_widget, and text().

DocCheckItem::DocCheckItem DocTreeProjectConfigWidget widget,
DocType  type,
QListViewItem parent,
const QString text,
Type  tt = Controller
[inline]
 

Definition at line 51 of file doctreeprojectconfigwidget.cpp.

References m_type, m_widget, and text().

DocCheckItem::DocCheckItem DocTreeProjectConfigWidget widget,
DocType  type,
QListView parent,
const QString text,
Type  tt = Controller
[inline]
 

Definition at line 56 of file doctreeprojectconfigwidget.cpp.

References m_type, m_widget, and text().


Member Function Documentation

virtual QString DocCheckItem::name  )  const [inline, virtual]
 

Definition at line 66 of file doctreeprojectconfigwidget.cpp.

Referenced by stateChange().

void DocCheckItem::setName const QString name  )  [inline]
 

Definition at line 70 of file doctreeprojectconfigwidget.cpp.

References m_name.

Referenced by DocTreeProjectConfigWidget::readConfig().

virtual void DocCheckItem::stateChange bool  state  )  [inline, protected, virtual]
 

Definition at line 76 of file doctreeprojectconfigwidget.cpp.

References DEVHELP, DOXYGEN, kdDebug(), KDOC, DocTreeProjectConfigWidget::m_ignoreDevHelp, DocTreeProjectConfigWidget::m_ignoreDoxygen, DocTreeProjectConfigWidget::m_ignoreKDoc, DocTreeProjectConfigWidget::m_ignoreQT_XML, DocTreeProjectConfigWidget::m_ignoreToc, m_widget, name(), QT_XML, TOC, and type().

virtual DocType DocCheckItem::type  )  [inline, virtual]
 

Definition at line 61 of file doctreeprojectconfigwidget.cpp.

References DocType.

Referenced by stateChange().


Member Data Documentation

QString DocCheckItem::m_name [private]
 

Definition at line 139 of file doctreeprojectconfigwidget.cpp.

Referenced by setName().

DocType DocCheckItem::m_type [private]
 

Definition at line 138 of file doctreeprojectconfigwidget.cpp.

Referenced by DocCheckItem().

DocTreeProjectConfigWidget* DocCheckItem::m_widget [private]
 

Definition at line 137 of file doctreeprojectconfigwidget.cpp.

Referenced by DocCheckItem(), and stateChange().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:40:51 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003