KateAppDCOPIface Class Reference
List of all members.Detailed Description
Definition at line 28 of file kateappIface.h.
DCOP Member Functions | |
DCOPRef | documentManager () |
DCOPRef | activeMainWindow () |
uint | activeMainWindowNumber () |
uint | mainWindows () |
DCOPRef | mainWindow (uint n=0) |
bool | openURL (KURL url, QString encoding) |
bool | openURL (KURL url, QString encoding, bool isTempFile) |
bool | setCursor (int line, int column) |
bool | openInput (QString text) |
bool | activateSession (QString session) |
const QString & | session () const |
Public Member Functions | |
KateAppDCOPIface (KateApp *app) |
Member Function Documentation
|
activate a given session
Definition at line 92 of file kateappIface.cpp. |
|
helper to handle stdin input open a new document/view, fill it with the text given
Definition at line 87 of file kateappIface.cpp. |
|
Like the above, but adds an option to let the documentManager know if the file should be deleted when closed.
Definition at line 77 of file kateappIface.cpp. |
|
open a file with given url and encoding will get view created
Definition at line 72 of file kateappIface.cpp. |
|
Definition at line 99 of file kateappIface.cpp. |
|
set cursor of active view in active main window
Definition at line 82 of file kateappIface.cpp. |
The documentation for this class was generated from the following files: