CursorImpl Class Reference
Inheritance diagram for CursorImpl:

Public Member Functions | |
CursorImpl (QTextDocument *doc) | |
virtual | ~CursorImpl () |
virtual void | position (unsigned int *line, unsigned int *col) const |
virtual bool | setPosition (unsigned int line, unsigned int col) |
virtual bool | insertText (const QString &text) |
virtual bool | removeText (unsigned int numberOfCharacters) |
virtual QChar | currentChar () const |
Private Attributes | |
QTextDocument * | m_doc |
QTextCursor * | m_cursor |
Constructor & Destructor Documentation
|
Definition at line 64 of file qeditor_part.cpp. |
|
Definition at line 68 of file qeditor_part.cpp. |
Member Function Documentation
|
Implements KTextEditor::Cursor. Definition at line 93 of file qeditor_part.cpp. References m_cursor. |
|
Implements KTextEditor::Cursor. Definition at line 83 of file qeditor_part.cpp. References m_cursor. |
|
Implements KTextEditor::Cursor. Definition at line 72 of file qeditor_part.cpp. References m_cursor. |
|
Implements KTextEditor::Cursor. Definition at line 88 of file qeditor_part.cpp. References m_cursor. |
|
Implements KTextEditor::Cursor. Definition at line 77 of file qeditor_part.cpp. References m_cursor. |
Member Data Documentation
|
Definition at line 99 of file qeditor_part.cpp. Referenced by currentChar(), CursorImpl(), insertText(), position(), removeText(), and setPosition(). |
|
Definition at line 98 of file qeditor_part.cpp. Referenced by CursorImpl(). |
The documentation for this class was generated from the following file:
- editors/qeditor/qeditor_part.cpp