Kate
KateEditInsertTextUndo Class Reference
#include <kateundo.h>
Inheritance diagram for KateEditInsertTextUndo:
Public Member Functions | |
| bool | isEmpty () const |
| KateEditInsertTextUndo (KateDocument *document, int line, int col, const QString &text) | |
| bool | mergeWith (const KateUndo *undo) |
| void | redo () |
| KateUndo::UndoType | type () const |
| void | undo () |
Detailed Description
Definition at line 111 of file kateundo.h.
Constructor & Destructor Documentation
| KateEditInsertTextUndo::KateEditInsertTextUndo | ( | KateDocument * | document, | |
| int | line, | |||
| int | col, | |||
| const QString & | text | |||
| ) | [inline] |
Definition at line 114 of file kateundo.h.
Member Function Documentation
| bool KateEditInsertTextUndo::isEmpty | ( | ) | const [virtual] |
Check whether the item is empty.
- Returns:
- whether the item is empty
Reimplemented from KateUndo.
Definition at line 42 of file kateundo.cpp.
Definition at line 57 of file kateundo.cpp.
| void KateEditInsertTextUndo::redo | ( | ) | [virtual] |
| KateUndo::UndoType KateEditInsertTextUndo::type | ( | ) | const [inline, virtual] |
| void KateEditInsertTextUndo::undo | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.3 API Reference