KateXmlIndent Class Reference
Inheritance diagram for KateXmlIndent:

Detailed Description
Definition at line 400 of file kateautoindent.h.
Public Member Functions | |
KateXmlIndent (KateDocument *doc) | |
~KateXmlIndent () | |
virtual uint | modeNumber () const |
virtual void | processNewline (KateDocCursor &cur, bool needContinue) |
virtual void | processChar (QChar c) |
virtual void | processLine (KateDocCursor &line) |
virtual bool | canProcessLine () const |
virtual void | processSection (const KateDocCursor &begin, const KateDocCursor &end) |
Member Function Documentation
|
Set to true if an actual implementation of 'processLine' is present. This is used to prevent a needless Undo action from being created. Reimplemented from KateNormalIndent. Definition at line 412 of file kateautoindent.h. |
|
Mode index of this mode.
Reimplemented from KateNormalIndent. Definition at line 408 of file kateautoindent.h. |
|
Called every time a character is inserted into the document.
Reimplemented from KateNormalIndent. Definition at line 1355 of file kateautoindent.cpp. |
|
Aligns/indents the given line to the proper indent position.
Reimplemented from KateNormalIndent. Definition at line 1368 of file kateautoindent.cpp. |
|
Called every time a newline character is inserted in the document.
Reimplemented from KateNormalIndent. Definition at line 1350 of file kateautoindent.cpp. |
|
Processes a section of text, indenting each line in between.
Reimplemented from KateNormalIndent. Definition at line 1373 of file kateautoindent.cpp. |
The documentation for this class was generated from the following files: