Kate Namespace Reference
Detailed Description
Namespace collecting as much of the internal Kate classes as we can manage.
Classes | |
| class | Application |
| Interface to the application, beside some global methodes to access other objects like document/projectmanager, . More... | |
| class | DocumentManager |
| This interface provides access to the Kate Document Manager. More... | |
| class | MainWindow |
| class | Plugin |
| class | PluginViewInterface |
| class | PluginConfigInterface |
| class | PluginConfigPage |
| class | PluginConfigInterfaceExtension |
| class | PluginManager |
| This interface provides access to the Kate Plugin Manager. More... | |
| class | ToolViewManager |
| Interface to the toolviewmanager. More... | |
| class | ViewManager |
| Interface to the viewmanager. More... | |
| class | DockViewBase |
| Base class for dockwidget views This class creates a widget meant to be set as the main widget for a KDockWidget. More... | |
| class | ListboxView |
| class | MessageView |
Functions | |
| Application * | application () |
| DocumentManager * | documentManager () |
| Plugin * | createPlugin (const char *libname, Application *application, const char *name, const QStringList &args) |
| PluginViewInterface * | pluginViewInterface (Plugin *plugin) |
| PluginConfigInterface * | pluginConfigInterface (Plugin *plugin) |
| PluginConfigInterfaceExtension * | pluginConfigInterfaceExtension (Plugin *plugin) |
Function Documentation
|
|
Returns the application object.
Definition at line 91 of file application.cpp. |
|
|
Returns the document manager object.
Definition at line 114 of file documentmanager.cpp. |

