KateIndentScript Class Reference
A specialized class for scripts that are of type KateScriptInformation::IndentationScript. More...
#include <kateindentscript.h>
Inheritance diagram for KateIndentScript:

Public Member Functions | |
| KateIndentScript (const QString &url, const KateIndentScriptHeader &header) | |
| QPair< int, int > | indent (KateView *view, const KTextEditor::Cursor &position, QChar typedCharacter, int indentWidth) |
| const KateIndentScriptHeader & | indentHeader () const |
| const QString & | triggerCharacters () |
Detailed Description
A specialized class for scripts that are of type KateScriptInformation::IndentationScript.
Definition at line 94 of file kateindentscript.h.
Constructor & Destructor Documentation
| KateIndentScript::KateIndentScript | ( | const QString & | url, |
| const KateIndentScriptHeader & | header | ||
| ) |
Definition at line 28 of file kateindentscript.cpp.
Member Function Documentation
| QPair< int, int > KateIndentScript::indent | ( | KateView * | view, |
| const KTextEditor::Cursor & | position, | ||
| QChar | typedCharacter, | ||
| int | indentWidth | ||
| ) |
Returns a pair where the first value is the indent amount, and the second value is the alignment.
Definition at line 55 of file kateindentscript.cpp.
| const KateIndentScriptHeader & KateIndentScript::indentHeader | ( | ) | const |
Definition at line 35 of file kateindentscript.cpp.
| const QString & KateIndentScript::triggerCharacters | ( | ) |
Definition at line 40 of file kateindentscript.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference