Kate::Application Class Reference
Interface to the application, beside some global methodes to access other objects like document/projectmanager, ... More...
#include <application.h>
Signals | |
void | onEventLoopEnter () |
Public Member Functions | |
Application (void *application) | |
virtual | ~Application () |
DocumentManager * | documentManager () |
ProjectManager * | projectManager () |
PluginManager * | pluginManager () |
InitPluginManager * | initPluginManager () |
MainWindow * | activeMainWindow () |
uint | mainWindows () |
MainWindow * | mainWindow (uint n=0) |
Detailed Description
Interface to the application, beside some global methodes to access other objects like document/projectmanager, ...no way goes around this central interface
Definition at line 33 of file application.h.
Constructor & Destructor Documentation
|
Construtor, should not interest, internal usage. Definition at line 48 of file application.cpp. References Kate::application(). |
|
Desctructor. Definition at line 54 of file application.cpp. |
Member Function Documentation
|
Returns a pointer to the document manager. Definition at line 59 of file application.cpp. Referenced by Kate::documentManager(). |
The documentation for this class was generated from the following files: