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