19 #ifndef _KDEVPARTCONTROLLERIFACE_H_ 20 #define _KDEVPARTCONTROLLERIFACE_H_ 22 #include <dcopobject.h> 28 class KDevPartControllerIface :
public TQObject,
public DCOPObject
37 ~KDevPartControllerIface();
42 void editDocument(
const TQString &url,
int lineNum);
43 void showDocument(
const TQString &url,
bool newWin);
46 void revertAllFiles();
49 uint documentState(
const KURL & url );
53 void forwardLoadedFile(
const KURL &fileName);
54 void forwardSavedFile(
const KURL &fileName);
55 void forwardClosedFile(
const KURL &fileName);
Interface to control loaded parts and other documents.