50class KTEXTEDITOR_EXPORT CursorInterface
52 friend class PrivateCursorInterface;
56 virtual ~CursorInterface ();
58 unsigned int cursorInterfaceNumber ()
const;
61 void setCursorInterfaceDCOPSuffix (
const TQCString &suffix);
72 virtual TQPtrList<Cursor> cursors ()
const = 0;
75 class PrivateCursorInterface *d;
76 static unsigned int globalCursorInterfaceNumber;
77 unsigned int myCursorInterfaceNumber;
This is an interface for accessing the cursor of the Document class.
virtual Cursor * createCursor()=0
Create a new cursor object.
This class represents a text cursor.
The main class representing a text document.
KTextEditor is KDE's standard text editing KPart interface.