#include <highlightinginterface.h>
This is an interface for syntax highlighting of a Document.
Definition at line 34 of file highlightinginterface.h.
◆ HighlightingInterface()
HighlightingInterface::HighlightingInterface |
( |
| ) |
|
◆ ~HighlightingInterface()
HighlightingInterface::~HighlightingInterface |
( |
| ) |
|
|
virtual |
◆ highlightingInterfaceNumber()
unsigned int HighlightingInterface::highlightingInterfaceNumber |
( |
| ) |
const |
◆ hlMode()
virtual unsigned int KTextEditor::HighlightingInterface::hlMode |
( |
| ) |
|
|
pure virtual |
returns the current active highlighting mode
◆ hlModeCount()
virtual unsigned int KTextEditor::HighlightingInterface::hlModeCount |
( |
| ) |
|
|
pure virtual |
returns the number of available highlightings
◆ hlModeName()
virtual TQString KTextEditor::HighlightingInterface::hlModeName |
( |
unsigned int |
mode | ) |
|
|
pure virtual |
returns the name of the highlighting with number "mode"
◆ hlModeSectionName()
virtual TQString KTextEditor::HighlightingInterface::hlModeSectionName |
( |
unsigned int |
mode | ) |
|
|
pure virtual |
returns the sectionname of the highlighting with number "mode"
◆ setHighlightingInterfaceDCOPSuffix()
void HighlightingInterface::setHighlightingInterfaceDCOPSuffix |
( |
const TQCString & |
suffix | ) |
|
|
protected |
◆ setHlMode()
virtual bool KTextEditor::HighlightingInterface::setHlMode |
( |
unsigned int |
mode | ) |
|
|
pure virtual |
set the current active highlighting mode
◆ PrivateHighlightingInterface
friend class PrivateHighlightingInterface |
|
friend |
The documentation for this class was generated from the following files: