19 #ifndef _kateapp_Iface_h_
20 #define _kateapp_Iface_h_
22 #include <dcopobject.h>
28 class KateAppDCOPIface :
public DCOPObject
33 KateAppDCOPIface (
KateApp *app);
38 DCOPRef activeMainWindow ();
40 uint activeMainWindowNumber ();
43 DCOPRef mainWindow (uint n = 0);
52 bool openURL (KURL url, TQString encoding);
60 bool openURL(KURL url, TQString encoding,
bool isTempFile);
68 bool setCursor (
int line,
int column);
76 bool openInput (TQString text);
83 bool activateSession (TQString session);
88 const TQString & session()
const;
Kate Application This class represents the core kate application object.
DocumentManager * documentManager()
Returns the document manager object.