CCConfigWidget Class Reference
#include <ccconfigwidget.h>
Inheritance diagram for CCConfigWidget:


Public Slots | |
void | accept () |
void | slotNewPCS () |
Public Member Functions | |
CCConfigWidget (CppSupportPart *part, QWidget *parent=0, const char *name=0) | |
virtual | ~CCConfigWidget () |
Private Slots | |
void | catalogRegistered (Catalog *c) |
void | catalogUnregistered (Catalog *c) |
Private Member Functions | |
void | initFileTemplatesTab () |
void | saveFileTemplatesTab () |
void | initCodeCompletionTab () |
void | saveCodeCompletionTab () |
Private Attributes | |
CppSupportPart * | m_pPart |
QCheckListItem * | m_includeGlobalFunctions |
QCheckListItem * | m_includeTypes |
QCheckListItem * | m_includeEnums |
QCheckListItem * | m_includeTypedefs |
QListViewItem * | m_pcsOptions |
QMap< QCheckListItem *, Catalog * > | m_catalogs |
Constructor & Destructor Documentation
|
Definition at line 51 of file ccconfigwidget.cpp. References catalogRegistered(), catalogUnregistered(), KDevPlugin::codeRepository(), initCodeCompletionTab(), initFileTemplatesTab(), m_pPart, and KIntNumInput::setRange(). |
|
Definition at line 72 of file ccconfigwidget.cpp. |
Member Function Documentation
|
Definition at line 76 of file ccconfigwidget.cpp. References saveCodeCompletionTab(), and saveFileTemplatesTab(). |
|
Definition at line 160 of file ccconfigwidget.cpp. References GCatalog< Tp >::dbName(), GCatalog< Tp >::enabled(), m_catalogs, and m_pcsOptions. Referenced by CCConfigWidget(). |
|
Definition at line 169 of file ccconfigwidget.cpp. References m_catalogs. Referenced by CCConfigWidget(). |
|
|
Definition at line 65 of file ccconfigwidget.cpp. References m_pPart, and KDevPlugin::projectDom(). Referenced by CCConfigWidget(). |
|
|
Definition at line 82 of file ccconfigwidget.cpp. References m_pPart, KDevPlugin::projectDom(), and DomUtil::writeEntry(). Referenced by accept(). |
|
Reimplemented from CCConfigWidgetBase. Definition at line 153 of file ccconfigwidget.cpp. References m_pPart, KDevMainWindow::main(), and KDevPlugin::mainWindow(). |
Member Data Documentation
|
Definition at line 52 of file ccconfigwidget.h. Referenced by catalogRegistered(), catalogUnregistered(), initCodeCompletionTab(), and saveCodeCompletionTab(). |
|
Definition at line 49 of file ccconfigwidget.h. Referenced by initCodeCompletionTab(), and saveCodeCompletionTab(). |
|
Definition at line 47 of file ccconfigwidget.h. Referenced by initCodeCompletionTab(), and saveCodeCompletionTab(). |
|
Definition at line 50 of file ccconfigwidget.h. Referenced by initCodeCompletionTab(), and saveCodeCompletionTab(). |
|
Definition at line 48 of file ccconfigwidget.h. Referenced by initCodeCompletionTab(), and saveCodeCompletionTab(). |
|
Definition at line 51 of file ccconfigwidget.h. Referenced by catalogRegistered(), and initCodeCompletionTab(). |
|
Definition at line 46 of file ccconfigwidget.h. Referenced by CCConfigWidget(), initCodeCompletionTab(), initFileTemplatesTab(), saveCodeCompletionTab(), saveFileTemplatesTab(), and slotNewPCS(). |
The documentation for this class was generated from the following files:
- languages/cpp/ccconfigwidget.h
- languages/cpp/ccconfigwidget.cpp