kateapp.h
void optionsChanged()
Emitted when the configuration has or may have been changed.
Kate::Application * application()
accessor to the Kate::Application plugin interface
Definition kateapp.cpp:118
KateMainWindow * newMainWindow(TDEConfig *sconfig=0, const TQString &sgroup="")
window management
Definition kateapp.cpp:434
static TQString kateVersion(bool fullVersion=true)
Returns the current Kate version (X.Y) or (X.Y.Z).
Definition kateapp.cpp:127
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
bool openURL(const KURL &url, const TQString &encoding, bool isTempFile)
some stuff for the dcop API
Definition kateapp.cpp:381
KateApp(TDECmdLineArgs *args)
constructors & accessor to app object + plugin interface for it
Definition kateapp.cpp:53
bool setCursor(int line, int column)
position cursor in current active view
Definition kateapp.cpp:410
bool openInput(const TQString &text)
helper to handle stdin input open a new document/view, fill it with the text given
Definition kateapp.cpp:422
void removeMainWindow(KateMainWindow *mainWindow)
removes the mainwindow given, DOES NOT DELETE IT
Definition kateapp.cpp:451
Interface to the application, beside some global methodes to access other objects like document/proje...
Definition application.h:39
Namespace collecting as much of the internal Kate classes as we can manage.
Definition kateapp.h:32
Trinity API Reference