Kate
KateEditRemoveTextUndo Class Reference
#include <kateundo.h>
Inheritance diagram for KateEditRemoveTextUndo:
Public Member Functions | |
| bool | isEmpty () const |
| KateEditRemoveTextUndo (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 155 of file kateundo.h.
Constructor & Destructor Documentation
| KateEditRemoveTextUndo::KateEditRemoveTextUndo | ( | KateDocument * | document, | |
| int | line, | |||
| int | col, | |||
| const QString & | text | |||
| ) | [inline] |
Definition at line 158 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 47 of file kateundo.cpp.
Definition at line 71 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.3 API Reference