Kate
kateindentscript.h
Go to the documentation of this file.
const char header[]
KateScript objects represent a script that can be executed and inspected.
Definition: katescript.h:106
void setRequiredStyle(const QString &requiredStyle)
Definition: kateindentscript.h:41
QPair< int, int > 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: kateindentscript.cpp:55
Thinish wrapping around KateDocument, exposing the methods we want exposed and adding some helper met...
Definition: katescriptdocument.h:46
A specialized class for scripts that are of type KateScriptInformation::IndentationScript.
Definition: kateindentscript.h:94
Definition: kateview.h:78
void setBaseName(const QString &baseName)
Definition: kateindentscript.h:56
const QString & triggerCharacters()
Definition: kateindentscript.cpp:40
KateIndentScriptHeader()
Definition: kateindentscript.h:33
const QString & requiredStyle() const
Definition: kateindentscript.h:43
KateIndentScript(const QString &url, const KateIndentScriptHeader &header)
Definition: kateindentscript.cpp:28
Definition: kateindentscript.h:30
const QStringList & indentLanguages() const
Definition: kateindentscript.h:48
const KateIndentScriptHeader & indentHeader() const
Definition: kateindentscript.cpp:35
void setIndentLanguages(const QStringList &indentLanguages)
Definition: kateindentscript.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.