DocCheckItem Class Reference
Inheritance diagram for DocCheckItem:

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 | |
DocTreeProjectConfigWidget * | m_widget |
DocType | m_type |
QString | m_name |
Member Enumeration Documentation
|
Definition at line 37 of file doctreeprojectconfigwidget.cpp. Referenced by type(). |
Constructor & Destructor Documentation
|
Definition at line 46 of file doctreeprojectconfigwidget.cpp. |
|
Definition at line 51 of file doctreeprojectconfigwidget.cpp. |
|
Definition at line 56 of file doctreeprojectconfigwidget.cpp. |
Member Function Documentation
|
Definition at line 66 of file doctreeprojectconfigwidget.cpp. References m_name. Referenced by stateChange(). |
|
Definition at line 70 of file doctreeprojectconfigwidget.cpp. References m_name, and setName(). Referenced by DocTreeProjectConfigWidget::readConfig(), and setName(). |
|
Definition at line 76 of file doctreeprojectconfigwidget.cpp. References DEVHELP, DOXYGEN, endl(), kdDebug(), KDOC, DocTreeProjectConfigWidget::m_ignoreDevHelp, DocTreeProjectConfigWidget::m_ignoreDoxygen, DocTreeProjectConfigWidget::m_ignoreKDoc, DocTreeProjectConfigWidget::m_ignoreQT_XML, DocTreeProjectConfigWidget::m_ignoreToc, m_widget, name(), QT_XML, stateChange(), TOC, and type(). Referenced by stateChange(). |
|
Definition at line 61 of file doctreeprojectconfigwidget.cpp. References DocType, and m_type. Referenced by stateChange(). |
Member Data Documentation
|
Definition at line 139 of file doctreeprojectconfigwidget.cpp. |
|
Definition at line 138 of file doctreeprojectconfigwidget.cpp. Referenced by DocCheckItem(), and type(). |
|
Definition at line 137 of file doctreeprojectconfigwidget.cpp. Referenced by DocCheckItem(), and stateChange(). |
The documentation for this class was generated from the following file:
- parts/doctreeview/doctreeprojectconfigwidget.cpp