class HighlightingInterface
|
|
|
|
Public Methods
HighlightingInterface ()
| HighlightingInterface |
~HighlightingInterface ()
| ~HighlightingInterface |
[virtual]
unsigned int highlightingInterfaceNumber ()
| highlightingInterfaceNumber |
[const]
unsigned int hlMode ()
| hlMode |
[pure virtual]
returns the current active highlighting mode
bool setHlMode (unsigned int mode)
| setHlMode |
[pure virtual]
set the current active highlighting mode
unsigned int hlModeCount ()
| hlModeCount |
[pure virtual]
returns the number of available highlightings
QString hlModeName (unsigned int mode)
| hlModeName |
[pure virtual]
returns the name of the highlighting with number "mode"
QString hlModeSectionName (unsigned int mode)
| hlModeSectionName |
[pure virtual]
returns the sectionname of the highlighting with number "mode"
void hlChanged ()
| hlChanged |
[pure virtual]
Generated by: dfaure on faure on Tue Apr 16 08:51:19 2002, using kdoc 2.0a53. |