Kate
KateIndentScript Class Reference
A specialized class for scripts that are of type KateScriptInformation::IndentationScript. More...
#include <kateindentscript.h>
Public Member Functions | |
| QPair< int, int > | indent (KateView *view, const KTextEditor::Cursor &position, QChar typedCharacter, int indentWidth) |
| KateIndentScript (const QString &url, const KateScriptInformation &information) | |
| const QString & | triggerCharacters () |
Detailed Description
A specialized class for scripts that are of type KateScriptInformation::IndentationScript.
Definition at line 33 of file kateindentscript.h.
Constructor & Destructor Documentation
| KateIndentScript::KateIndentScript | ( | const QString & | url, | |
| const KateScriptInformation & | information | |||
| ) |
This file is part of the KDE libraries Copyright (C) 2008 Paul Giannaros <paul@giannaros.org>.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) version 3.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 27 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 47 of file kateindentscript.cpp.
| const QString & KateIndentScript::triggerCharacters | ( | ) |
Definition at line 32 of file kateindentscript.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference