19 #ifndef KATEDOCUMENTMANAGERINTERFACE_H 20 #define KATEDOCUMENTMANAGERINTERFACE_H 23 #include <dcopobject.h> 44 DCOPRef activeDocument();
45 DCOPRef document( uint n );
46 DCOPRef documentWithID( uint
id );
47 DCOPRef openURL(
const KURL &url,
const TQString &encoding );
48 bool closeAllDocuments();
49 bool closeDocument( uint n );
50 bool isOpen(
const KURL &url );
51 int findDocument(
const KURL &url );
52 uint activeDocumentNumber();
This is an emulated interface to provide compatibility with Kate scripts.
Interface to control loaded parts and other documents.