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

Public Member Functions | |
| KateEditRemoveTextUndo (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 159 of file kateundo.h.
Constructor & Destructor Documentation
| KateEditRemoveTextUndo::KateEditRemoveTextUndo | ( | KateDocument * | document, |
| int | line, | ||
| int | col, | ||
| const QString & | text | ||
| ) | [inline] |
Definition at line 162 of file kateundo.h.
Member Function Documentation
| bool KateEditRemoveTextUndo::isEmpty | ( | ) | const [virtual] |
Check whether the item is empty.
- Returns:
- whether the item is empty
Reimplemented from KateUndo.
Definition at line 49 of file kateundo.cpp.
Reimplemented from KateUndo.
Definition at line 73 of file kateundo.cpp.
| void KateEditRemoveTextUndo::redo | ( | ) | [virtual] |
| KateUndo::UndoType KateEditRemoveTextUndo::type | ( | ) | const [inline, virtual] |
| void KateEditRemoveTextUndo::undo | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.6 API Reference