interfaces
KTextEditor::CursorInterface Class Reference
This is an interface for accessing the cursor of the Document class. More...
#include <cursorinterface.h>
Public Member Functions | |
virtual Cursor * | createCursor ()=0 |
CursorInterface () | |
unsigned int | cursorInterfaceNumber () const |
virtual QPtrList< Cursor > | cursors () const =0 |
virtual | ~CursorInterface () |
Protected Member Functions | |
void | setCursorInterfaceDCOPSuffix (const QCString &suffix) |
Detailed Description
This is an interface for accessing the cursor of the Document class.Definition at line 50 of file cursorinterface.h.
Constructor & Destructor Documentation
CursorInterface::CursorInterface | ( | ) |
Definition at line 40 of file cursorinterface.cpp.
CursorInterface::~CursorInterface | ( | ) | [virtual] |
Definition at line 48 of file cursorinterface.cpp.
Member Function Documentation
virtual Cursor* KTextEditor::CursorInterface::createCursor | ( | ) | [pure virtual] |
Create a new cursor object.
unsigned int CursorInterface::cursorInterfaceNumber | ( | ) | const |
Definition at line 53 of file cursorinterface.cpp.
void CursorInterface::setCursorInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 58 of file cursorinterface.cpp.
The documentation for this class was generated from the following files: