highlightinginterface.h
This is an interface for syntax highlighting of a Document.
Definition: highlightinginterface.h:35
virtual unsigned int hlMode()=0
returns the current active highlighting mode
virtual unsigned int hlModeCount()=0
returns the number of available highlightings
virtual TQString hlModeName(unsigned int mode)=0
returns the name of the highlighting with number "mode"
virtual bool setHlMode(unsigned int mode)=0
set the current active highlighting mode
virtual TQString hlModeSectionName(unsigned int mode)=0
returns the sectionname of the highlighting with number "mode"
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10