Kate
KatePythonIndent Class Reference
#include <kateautoindent.h>
Inheritance diagram for KatePythonIndent:
Public Member Functions | |
KatePythonIndent (KateDocument *doc) | |
virtual uint | modeNumber () const |
virtual void | processNewline (KateDocCursor &cur, bool needContinue) |
~KatePythonIndent () |
Detailed Description
Definition at line 379 of file kateautoindent.h.
Constructor & Destructor Documentation
KatePythonIndent::KatePythonIndent | ( | KateDocument * | doc | ) |
Definition at line 1199 of file kateautoindent.cpp.
KatePythonIndent::~KatePythonIndent | ( | ) |
Definition at line 1203 of file kateautoindent.cpp.
Member Function Documentation
virtual uint KatePythonIndent::modeNumber | ( | ) | const [inline, virtual] |
Mode index of this mode.
- Returns:
- modeNumber
Reimplemented from KateNormalIndent.
Definition at line 389 of file kateautoindent.h.
void KatePythonIndent::processNewline | ( | KateDocCursor & | cur, | |
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 1207 of file kateautoindent.cpp.
The documentation for this class was generated from the following files: