22 #ifndef __tdetexteditor_selectioninterface_ext_h__
23 #define __tdetexteditor_selectioninterface_ext_h__
25 #include <tdelibs_export.h>
40 friend class PrivateSelectionInterfaceExt;
46 unsigned int selectionInterfaceExtNumber ()
const;
49 void setSelectionInterfaceExtDCOPSuffix (
const TQCString &suffix);
62 class PrivateSelectionInterfaceExt *d;
63 static unsigned int globalSelectionInterfaceExtNumber;
64 unsigned int mySelectionInterfaceExtNumber;
virtual int selEndLine()=0
The selection end line.
virtual int selStartCol()=0
The selection start col.
virtual int selEndCol()=0
The selection end col.
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.
virtual int selStartLine()=0
The selection start line number.
Provide access to seleciton positions.
The main class representing a text document.