KatePythonIndent Class Reference
Inheritance diagram for KatePythonIndent:

Detailed Description
Definition at line 364 of file kateautoindent.h.
Public Member Functions | |
KatePythonIndent (KateDocument *doc) | |
~KatePythonIndent () | |
virtual void | processNewline (KateDocCursor &begin, bool needContinue) |
virtual uint | modeNumber () const |
Member Function Documentation
virtual uint KatePythonIndent::modeNumber | ( | ) | const [inline, virtual] |
Mode index of this mode.
- Returns:
- modeNumber
Reimplemented from KateNormalIndent.
Definition at line 372 of file kateautoindent.h.
void KatePythonIndent::processNewline | ( | KateDocCursor & | begin, | |
bool | needContinue | |||
) | [virtual] |
Called every time a newline character is inserted in the document.
- Parameters:
-
cur The position to start processing. Contains the new cursor position after the indention. needContinue Used to determine whether to calculate a continue indent or not.
Reimplemented from KateNormalIndent.
Definition at line 1075 of file kateautoindent.cpp.
The documentation for this class was generated from the following files: