Kate
KateModifiedWrapLine Class Reference
  #include <katemodifiedundo.h>
Inheritance diagram for KateModifiedWrapLine:

Public Member Functions | |
| KateModifiedWrapLine (KateDocument *document, int line, int col, int len, bool newLine) | |
| void | redo () | 
| void | undo () | 
| void | updateRedoSavedOnDiskFlag (QBitArray &lines) | 
| void | updateUndoSavedOnDiskFlag (QBitArray &lines) | 
  Public Member Functions inherited from KateEditWrapLineUndo | |
| KateEditWrapLineUndo (KateDocument *document, int line, int col, int len, bool newLine) | |
| void | redo () | 
| KateUndo::UndoType | type () const | 
| void | undo () | 
  Public Member Functions inherited from KateUndo | |
| KateUndo (KateDocument *document) | |
| virtual | ~KateUndo () | 
| virtual bool | isEmpty () const | 
| bool | isFlagSet (ModificationFlag flag) const | 
| virtual bool | mergeWith (const KateUndo *undo) | 
| void | setFlag (ModificationFlag flag) | 
| void | unsetFlag (ModificationFlag flag) | 
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 }  | 
  Protected Member Functions inherited from KateEditWrapLineUndo | |
| int | line () const | 
  Protected Member Functions inherited from KateUndo | |
| KateDocument * | document () | 
Detailed Description
Definition at line 64 of file katemodifiedundo.h.
Constructor & Destructor Documentation
| KateModifiedWrapLine::KateModifiedWrapLine | ( | KateDocument * | document, | 
| int | line, | ||
| int | col, | ||
| int | len, | ||
| bool | newLine | ||
| ) | 
Definition at line 55 of file katemodifiedundo.cpp.
Member Function Documentation
      
  | 
  virtual | 
      
  | 
  virtual | 
      
  | 
  virtual | 
Reimplemented from KateUndo.
Definition at line 363 of file katemodifiedundo.cpp.
      
  | 
  virtual | 
Reimplemented from KateUndo.
Definition at line 384 of file katemodifiedundo.cpp.
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