documentmanager.h
This interface provides access to the Kate Document Manager.
Definition: documentmanager.h:30
void documentChanged()
emitted if the current doc changes (there need not to be a active document)
void documentCreated(Kate::Document *document)
this document has now been created
void documentDeleted(uint documentNumber)
the document with this number was deleted
Namespace collecting as much of the internal Kate classes as we can manage.
Definition: kateapp.h:32
DocumentManager * documentManager()
Returns the document manager object.
Definition: documentmanager.cpp:114