KateEditInsertTextUndo Class Reference
#include <kateundo.h>
Inheritance diagram for KateEditInsertTextUndo:

Public Member Functions | |
| KateEditInsertTextUndo (KateDocument *document, int line, int col, const QString &text) | |
| bool | isEmpty () const |
| bool | mergeWith (const KateUndo *undo) |
| void | redo () |
| KateUndo::UndoType | type () const |
| void | undo () |
Detailed Description
Definition at line 115 of file kateundo.h.
Constructor & Destructor Documentation
| KateEditInsertTextUndo::KateEditInsertTextUndo | ( | KateDocument * | document, |
| int | line, | ||
| int | col, | ||
| const QString & | text | ||
| ) | [inline] |
Definition at line 118 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 44 of file kateundo.cpp.
Reimplemented from KateUndo.
Definition at line 59 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.6 API Reference