Kate
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 () | 
  Public Member Functions inherited from KateUndo | |
| KateUndo (KateDocument *document) | |
| virtual | ~KateUndo () | 
| bool | isFlagSet (ModificationFlag flag) const | 
| void | setFlag (ModificationFlag flag) | 
| void | unsetFlag (ModificationFlag flag) | 
| virtual void | updateRedoSavedOnDiskFlag (QBitArray &lines) | 
| virtual void | updateUndoSavedOnDiskFlag (QBitArray &lines) | 
Protected Member Functions | |
| int | len () const | 
| int | line () const | 
  Protected Member Functions inherited from KateUndo | |
| KateDocument * | document () | 
Additional Inherited Members | |
  Public Types inherited from KateUndo | |
| enum | ModificationFlag {  UndoLine1Modified = 1, UndoLine2Modified = 2, UndoLine1Saved = 4, UndoLine2Saved = 8, RedoLine1Modified = 16, RedoLine2Modified = 32, RedoLine1Saved = 64, RedoLine2Saved = 128 }  | 
| enum | UndoType {  editInsertText, editRemoveText, editWrapLine, editUnWrapLine, editInsertLine, editRemoveLine, editMarkLineAutoWrapped, editInvalid }  | 
Detailed Description
Definition at line 190 of file kateundo.h.
Constructor & Destructor Documentation
| KateEditRemoveTextUndo::KateEditRemoveTextUndo | ( | KateDocument * | document, | 
| int | line, | ||
| int | col, | ||
| const QString & | text | ||
| ) | 
Definition at line 49 of file kateundo.cpp.
Member Function Documentation
      
  | 
  virtual | 
Check whether the item is empty.
- Returns
 - whether the item is empty
 
Reimplemented from KateUndo.
Definition at line 100 of file kateundo.cpp.
      
  | 
  inlineprotected | 
Definition at line 221 of file kateundo.h.
      
  | 
  inlineprotected | 
Definition at line 222 of file kateundo.h.
Reimplemented from KateUndo.
Definition at line 124 of file kateundo.cpp.
      
  | 
  virtual | 
      
  | 
  inlinevirtual | 
      
  | 
  virtual | 
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from