Kate
KateIndentScriptImplAbstract Class Reference
#include <kateindentscriptabstracts.h>
Inheritance diagram for KateIndentScriptImplAbstract:
Public Member Functions | |
KateIndentScriptImplAbstract (const QString &internalName, const QString &filePath, const QString &niceName, const QString ©right, double version) | |
virtual bool | processChar (class Kate::View *view, QChar c, QString &errorMsg)=0 |
virtual bool | processLine (class Kate::View *view, const KateDocCursor &line, QString &errorMsg)=0 |
virtual bool | processNewline (class Kate::View *view, const KateDocCursor &begin, bool needcontinue, QString &errorMsg)=0 |
virtual | ~KateIndentScriptImplAbstract () |
Protected Member Functions | |
virtual void | decRef () |
QString | filePath () const |
long | refCount () |
Detailed Description
Definition at line 32 of file kateindentscriptabstracts.h.
Constructor & Destructor Documentation
KateIndentScriptImplAbstract::KateIndentScriptImplAbstract | ( | const QString & | internalName, | |
const QString & | filePath, | |||
const QString & | niceName, | |||
const QString & | copyright, | |||
double | version | |||
) |
Definition at line 26 of file kateindentscriptabstracts.cpp.
KateIndentScriptImplAbstract::~KateIndentScriptImplAbstract | ( | ) | [virtual] |
Definition at line 33 of file kateindentscriptabstracts.cpp.
Member Function Documentation
void KateIndentScriptImplAbstract::decRef | ( | ) | [protected, virtual] |
Reimplemented in KateIndentJScriptImpl.
Definition at line 43 of file kateindentscriptabstracts.cpp.
QString KateIndentScriptImplAbstract::filePath | ( | ) | const [inline, protected] |
Definition at line 46 of file kateindentscriptabstracts.h.
virtual bool KateIndentScriptImplAbstract::processChar | ( | class Kate::View * | view, | |
QChar | c, | |||
QString & | errorMsg | |||
) | [pure virtual] |
Implemented in KateIndentJScriptImpl.
virtual bool KateIndentScriptImplAbstract::processLine | ( | class Kate::View * | view, | |
const KateDocCursor & | line, | |||
QString & | errorMsg | |||
) | [pure virtual] |
Implemented in KateIndentJScriptImpl.
virtual bool KateIndentScriptImplAbstract::processNewline | ( | class Kate::View * | view, | |
const KateDocCursor & | begin, | |||
bool | needcontinue, | |||
QString & | errorMsg | |||
) | [pure virtual] |
Implemented in KateIndentJScriptImpl.
long KateIndentScriptImplAbstract::refCount | ( | ) | [inline, protected] |
Definition at line 45 of file kateindentscriptabstracts.h.
The documentation for this class was generated from the following files: