21 #include "cursorinterface.h"
27 class PrivateCursorInterface
30 PrivateCursorInterface() {}
31 ~PrivateCursorInterface() {}
38 unsigned int CursorInterface::globalCursorInterfaceNumber = 0;
40 CursorInterface::CursorInterface()
42 globalCursorInterfaceNumber++;
43 myCursorInterfaceNumber = globalCursorInterfaceNumber++;
45 d =
new PrivateCursorInterface();
48 CursorInterface::~CursorInterface()
53 unsigned int CursorInterface::cursorInterfaceNumber ()
const
55 return myCursorInterfaceNumber;
58 void CursorInterface::setCursorInterfaceDCOPSuffix (
const TQCString &)
This is an interface for accessing the cursor of the Document class.
KTextEditor is KDE's standard text editing KPart interface.
The main class representing a text document.