• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • KTextEditor
  • HighlightingInterface
Public Member Functions | Protected Member Functions | Friends | List of all members
KTextEditor::HighlightingInterface Class Referenceabstract

#include <highlightinginterface.h>

Public Member Functions

unsigned int highlightingInterfaceNumber () const
 
virtual unsigned int hlMode ()=0
 
virtual bool setHlMode (unsigned int mode)=0
 
virtual unsigned int hlModeCount ()=0
 
virtual TQString hlModeName (unsigned int mode)=0
 
virtual TQString hlModeSectionName (unsigned int mode)=0
 
virtual void hlChanged ()=0
 

Protected Member Functions

void setHighlightingInterfaceDCOPSuffix (const TQCString &suffix)
 

Friends

class PrivateHighlightingInterface
 

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::HighlightingInterface ( )

Definition at line 40 of file highlightinginterface.cpp.

◆ ~HighlightingInterface()

HighlightingInterface::~HighlightingInterface ( )
virtual

Definition at line 48 of file highlightinginterface.cpp.

Member Function Documentation

◆ highlightingInterfaceNumber()

unsigned int HighlightingInterface::highlightingInterfaceNumber ( ) const

Definition at line 53 of file highlightinginterface.cpp.

◆ 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

Definition at line 58 of file highlightinginterface.cpp.

◆ setHlMode()

virtual bool KTextEditor::HighlightingInterface::setHlMode ( unsigned int  mode)
pure virtual

set the current active highlighting mode

Friends And Related Function Documentation

◆ PrivateHighlightingInterface

friend class PrivateHighlightingInterface
friend

Definition at line 36 of file highlightinginterface.h.


The documentation for this class was generated from the following files:
  • highlightinginterface.h
  • highlightinginterface.cpp

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.4
This website is maintained by Timothy Pearson.