ViewCombosOp Namespace Reference
Enumerations | |
enum | ProcessType { Refresh, Reload } |
Functions | |
void | refreshNamespaces (ClassViewPart *part, KComboView *view) |
void | refreshClasses (ClassViewPart *part, KComboView *view, const QString &dom) |
void | refreshFunctions (ClassViewPart *part, KComboView *view, const ClassDom &dom) |
void | refreshFunctions (ClassViewPart *part, KComboView *view, const QString &dom) |
NamespaceDom | namespaceByName (NamespaceDom dom, QString name) |
Enumeration Type Documentation
|
Definition at line 73 of file viewcombos.h. |
Function Documentation
|
Definition at line 197 of file viewcombos.cpp. References NamespaceDom, and NamespaceList. Referenced by refreshClasses(), and refreshFunctions(). |
|
Definition at line 134 of file viewcombos.cpp. References KComboView::addItem(), ClassList, KComboView::clear(), KDevPlugin::codeModel(), EmptyClasses, KDevLanguageSupport::formatModelItem(), CodeModel::globalNamespace(), KDevPlugin::languageSupport(), QComboView::listView(), namespaceByName(), NamespaceDom, and QComboView::setCurrentText(). Referenced by HierarchyDialog::slotNamespaceComboChoice(). |
|
|
Definition at line 157 of file viewcombos.cpp. References KComboView::addItem(), ClassDom, KComboView::clear(), EmptyFunctions, KDevLanguageSupport::formatModelItem(), FunctionList, KDevPlugin::languageSupport(), QComboView::listView(), and QComboView::setCurrentText(). |
|
Definition at line 117 of file viewcombos.cpp. References KComboView::addItem(), KComboView::clear(), KDevPlugin::codeModel(), KDevLanguageSupport::formatModelItem(), CodeModel::globalNamespace(), KXMLGUIClient::instance(), KDevPlugin::languageSupport(), QComboView::listView(), NamespaceList, and QComboView::setCurrentActiveItem(). Referenced by HierarchyDialog::refresh(). |