KTextEditor::Cursor Member List
This is the complete list of members for
KTextEditor::Cursor, including all inherited members.
| atStartOfDocument() const | KTextEditor::Cursor | |
| atStartOfLine() const | KTextEditor::Cursor | |
| column() const | KTextEditor::Cursor | |
| Cursor() | KTextEditor::Cursor | |
| Cursor(int line, int column) | KTextEditor::Cursor | |
| Cursor(const Cursor ©) | KTextEditor::Cursor | |
| cursorChangedDirectly(const Cursor &from) | KTextEditor::Cursor | [protected] |
| invalid() | KTextEditor::Cursor | [static] |
| isSmartCursor() const | KTextEditor::Cursor | [virtual] |
| isValid() const | KTextEditor::Cursor | [virtual] |
| line() const | KTextEditor::Cursor | [virtual] |
| m_column | KTextEditor::Cursor | [protected] |
| m_line | KTextEditor::Cursor | [protected] |
| m_range | KTextEditor::Cursor | [protected] |
| operator!=(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator+(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator+=(Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator-(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator-=(Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator<(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator<<(QDebug s, const Cursor &cursor) | KTextEditor::Cursor | [friend] |
| operator<=(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator=(const Cursor &cursor) | KTextEditor::Cursor | [inline] |
| operator==(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator>(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| operator>=(const Cursor &c1, const Cursor &c2) | KTextEditor::Cursor | [friend] |
| position(int &line, int &column) const | KTextEditor::Cursor | |
| range() const | KTextEditor::Cursor | |
| setColumn(int column) | KTextEditor::Cursor | [virtual] |
| setLine(int line) | KTextEditor::Cursor | [virtual] |
| setPosition(const Cursor &position) | KTextEditor::Cursor | [virtual] |
| setPosition(int line, int column) | KTextEditor::Cursor | |
| setRange(Range *range) | KTextEditor::Cursor | [protected, virtual] |
| start() | KTextEditor::Cursor | [static] |
| toSmartCursor() const | KTextEditor::Cursor | [virtual] |
| ~Cursor() | KTextEditor::Cursor | [virtual] |