KTextEditor::SelectionExtDCOPInterface Class Reference
#include <selectionextdcopinterface.h>
Inheritance diagram for KTextEditor::SelectionExtDCOPInterface:
Public Member Functions | |
SelectionExtDCOPInterface (SelectionInterfaceExt *parent, const char *name) | |
Public Member Functions inherited from DCOPObject | |
DCOPObject (TQObject *obj) | |
DCOPObject (const TQCString &objId) | |
TQCString | objId () const |
bool | setObjId (const TQCString &objId) |
virtual bool | process (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData) |
virtual bool | processDynamic (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData) |
virtual QCStringList | functionsDynamic () |
virtual QCStringList | interfacesDynamic () |
virtual QCStringList | interfaces () |
virtual QCStringList | functions () |
void | emitDCOPSignal (const TQCString &signal, const TQByteArray &data) |
bool | connectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot, bool Volatile) |
bool | disconnectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot) |
DCOPClient * | callingDcopClient () |
Additional Inherited Members | |
Static Public Member Functions inherited from DCOPObject | |
static bool | hasObject (const TQCString &objId) |
static DCOPObject * | find (const TQCString &objId) |
static TQPtrList< DCOPObject > | match (const TQCString &partialId) |
static TQCString | objectName (TQObject *obj) |
Detailed Description
DCOP interface for the SelectionInterfaceExt.
Definition at line 36 of file selectionextdcopinterface.h.
Member Function Documentation
◆ selEndCol
int SelectionExtDCOPInterface::selEndCol | ( | ) |
The selection end col.
Definition at line 111 of file selectioninterfaceext.cpp.
◆ selEndLine
int SelectionExtDCOPInterface::selEndLine | ( | ) |
The selection end line.
Definition at line 106 of file selectioninterfaceext.cpp.
◆ selStartCol
int SelectionExtDCOPInterface::selStartCol | ( | ) |
The selection start col.
Definition at line 101 of file selectioninterfaceext.cpp.
◆ selStartLine
int SelectionExtDCOPInterface::selStartLine | ( | ) |
The selection start line number.
Definition at line 96 of file selectioninterfaceext.cpp.
The documentation for this class was generated from the following files: