38class KTEXTEDITOR_EXPORT SelectionInterfaceExt
40 friend class PrivateSelectionInterfaceExt;
43 SelectionInterfaceExt();
44 virtual ~SelectionInterfaceExt();
46 unsigned int selectionInterfaceExtNumber ()
const;
49 void setSelectionInterfaceExtDCOPSuffix (
const TQCString &suffix);
62 class PrivateSelectionInterfaceExt *d;
63 static unsigned int globalSelectionInterfaceExtNumber;
64 unsigned int mySelectionInterfaceExtNumber;
The main class representing a text document.
Provide access to seleciton positions.
virtual int selStartCol()=0
The selection start col.
virtual int selStartLine()=0
The selection start line number.
virtual int selEndCol()=0
The selection end col.
virtual int selEndLine()=0
The selection end line.
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.