kdevapi.h
Go to the documentation of this file.
virtual KDevPartController * partController() const =0
Code repository - the persistent symbol store accessor.
Definition: kdevcoderepository.h:48
virtual KDevMainWindow * mainWindow() const =0
virtual KDevPluginController * pluginController() const =0
KDevelop language support interface - the base class for all programming language support plugins...
Definition: kdevlanguagesupport.h:61
void setProjectDom(TQDomDocument *dom)
Sets the Document Object Model for the current project.
Definition: kdevapi.cpp:83
The base class for TDevelop plugin controller.
Definition: kdevplugincontroller.h:39
virtual CodeModel * codeModel() const =0
void setLanguageSupport(KDevLanguageSupport *languageSupport)
Sets the object charged of providing handling for the source files written in particular language (la...
Definition: kdevapi.cpp:73
virtual KDevCore * core() const =0
A KDevCore class defines an object which takes care about the cooperation between the various plug-in...
Definition: kdevcore.h:300
Interface to control loaded parts and other documents.
Definition: kdevpartcontroller.h:56