application.cpp
Kate Application This class represents the core kate application object.
Definition kateapp.h:43
Kate::Application * application()
accessor to the Kate::Application plugin interface
Definition kateapp.cpp:118
KateMainWindow * activeMainWindow()
give back current active main window can only be 0 at app start or exit
Definition kateapp.cpp:456
KatePluginManager * pluginManager()
other accessors for global unique instances
Definition kateapp.cpp:366
Interface to the application, beside some global methodes to access other objects like document/proje...
Definition application.h:39
Application(void *application)
Construtor, should not interest, internal usage.
Definition application.cpp:49
Kate::DocumentManager * documentManager()
Returns a pointer to the document manager.
Definition application.cpp:60
This interface provides access to the Kate Document Manager.
Definition documentmanager.h:30
This interface provides access to the Kate Plugin Manager.
Definition pluginmanager.h:31
Namespace collecting as much of the internal Kate classes as we can manage.
Definition kateapp.h:32
Trinity API Reference