19 #ifndef _katedocmanager_Iface_h_
20 #define _katedocmanager_Iface_h_
22 #include <dcopobject.h>
29 class KateDocManagerDCOPIface :
public DCOPObject
34 KateDocManagerDCOPIface (KateDocManager *dm);
37 DCOPRef document (uint n);
39 DCOPRef activeDocument ();
41 uint activeDocumentNumber ();
43 DCOPRef documentWithID (uint
id);
45 int findDocument (KURL url);
47 bool isOpen (KURL url);
51 DCOPRef openURL (KURL url, TQString encoding);
53 bool closeDocument (uint n);
55 bool closeDocumentWithID (uint
id);
57 bool closeAllDocuments ();