KDevelop API Documentation

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

enum ProcessType
 

Enumeration values:
Refresh 
Reload 

Definition at line 73 of file viewcombos.h.


Function Documentation

NamespaceDom ViewCombosOp::namespaceByName NamespaceDom  dom,
QString  name
 

Definition at line 197 of file viewcombos.cpp.

References NamespaceDom, and NamespaceList.

Referenced by refreshClasses(), and refreshFunctions().

void ViewCombosOp::refreshClasses ClassViewPart part,
KComboView view,
const QString dom
 

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().

void ViewCombosOp::refreshFunctions ClassViewPart part,
KComboView view,
const QString dom
 

Definition at line 171 of file viewcombos.cpp.

References KComboView::addItem(), KComboView::clear(), KDevPlugin::codeModel(), EmptyFunctions, KDevLanguageSupport::formatModelItem(), FunctionList, CodeModel::globalNamespace(), KDevPlugin::languageSupport(), QComboView::listView(), namespaceByName(), NamespaceDom, and QComboView::setCurrentText().

void ViewCombosOp::refreshFunctions ClassViewPart part,
KComboView view,
const ClassDom dom
 

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().

void ViewCombosOp::refreshNamespaces ClassViewPart part,
KComboView view
 

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().

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:52:09 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003