interfaces Library API Documentation

KTextEditor::HighlightingInterface Class Reference

This is an interface for syntax highlighting of a Document. More...

#include <highlightinginterface.h>

List of all members.

Public Methods

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


Detailed Description

This is an interface for syntax highlighting of a Document.

Definition at line 32 of file highlightinginterface.h.


Member Function Documentation

virtual unsigned int KTextEditor::HighlightingInterface::hlMode   [pure virtual]
 

returns the current active highlighting mode

virtual bool KTextEditor::HighlightingInterface::setHlMode unsigned int    mode [pure virtual]
 

set 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"


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for interfaces Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 22 14:25:06 2004 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2003