Kate
KateIndentScript Class Reference
#include <kateindentscriptabstracts.h>
Public Member Functions | |
bool | isNull () const |
KateIndentScript (const KateIndentScript &p) | |
KateIndentScript () | |
KateIndentScript (KateIndentScriptImplAbstract *scr) | |
KateIndentScript & | operator= (const KateIndentScript &p) |
bool | processChar (class Kate::View *view, QChar c, QString &errorMsg) |
bool | processLine (class Kate::View *view, const KateDocCursor &line, QString &errorMsg) |
bool | processNewline (class Kate::View *view, const KateDocCursor &begin, bool needcontinue, QString &errorMsg) |
~KateIndentScript () |
Detailed Description
Definition at line 58 of file kateindentscriptabstracts.h.
Constructor & Destructor Documentation
KateIndentScript::KateIndentScript | ( | KateIndentScriptImplAbstract * | scr | ) | [inline] |
Definition at line 60 of file kateindentscriptabstracts.h.
KateIndentScript::~KateIndentScript | ( | ) | [inline] |
Definition at line 61 of file kateindentscriptabstracts.h.
KateIndentScript::KateIndentScript | ( | ) | [inline] |
Definition at line 62 of file kateindentscriptabstracts.h.
KateIndentScript::KateIndentScript | ( | const KateIndentScript & | p | ) | [inline] |
Definition at line 63 of file kateindentscriptabstracts.h.
Member Function Documentation
bool KateIndentScript::isNull | ( | ) | const [inline] |
Definition at line 85 of file kateindentscriptabstracts.h.
KateIndentScript& KateIndentScript::operator= | ( | const KateIndentScript & | p | ) | [inline] |
Definition at line 64 of file kateindentscriptabstracts.h.
bool KateIndentScript::processChar | ( | class Kate::View * | view, | |
QChar | c, | |||
QString & | errorMsg | |||
) | [inline] |
Definition at line 72 of file kateindentscriptabstracts.h.
bool KateIndentScript::processLine | ( | class Kate::View * | view, | |
const KateDocCursor & | line, | |||
QString & | errorMsg | |||
) | [inline] |
Definition at line 76 of file kateindentscriptabstracts.h.
bool KateIndentScript::processNewline | ( | class Kate::View * | view, | |
const KateDocCursor & | begin, | |||
bool | needcontinue, | |||
QString & | errorMsg | |||
) | [inline] |
Definition at line 80 of file kateindentscriptabstracts.h.
The documentation for this class was generated from the following file: