KTextEditor::HighlightingInterface Class Reference
This is an interface for syntax highlighting of a Document. More...
#include <highlightinginterface.h>
Public Member Functions | |
HighlightingInterface () | |
virtual | ~HighlightingInterface () |
unsigned int | highlightingInterfaceNumber () const |
virtual unsigned int | hlMode ()=0 |
virtual bool | setHlMode (unsigned int mode)=0 |
virtual unsigned int | hlModeCount ()=0 |
virtual QString | hlModeName (unsigned int mode)=0 |
virtual QString | hlModeSectionName (unsigned int mode)=0 |
virtual void | hlChanged ()=0 |
Protected Member Functions | |
void | setHighlightingInterfaceDCOPSuffix (const QCString &suffix) |
Friends | |
class | PrivateHighlightingInterface |
Detailed Description
This is an interface for syntax highlighting of a Document.
Definition at line 34 of file highlightinginterface.h.
Member Function Documentation
|
returns the current active highlighting mode
|
|
set the current active highlighting mode
|
|
returns the number of available highlightings
|
|
returns the name of the highlighting with number "mode"
|
|
returns the sectionname of the highlighting with number "mode"
|
The documentation for this class was generated from the following files: