21#include "highlightinginterface.h" 
   27class PrivateHighlightingInterface
 
   30    PrivateHighlightingInterface() {}
 
   31    ~PrivateHighlightingInterface() {}
 
   38unsigned int HighlightingInterface::globalHighlightingInterfaceNumber = 0;
 
   40HighlightingInterface::HighlightingInterface()
 
   42  globalHighlightingInterfaceNumber++;
 
   43  myHighlightingInterfaceNumber = globalHighlightingInterfaceNumber++;
 
   45  d = 
new PrivateHighlightingInterface();
 
   48HighlightingInterface::~HighlightingInterface()
 
   53unsigned int HighlightingInterface::highlightingInterfaceNumber ()
 const 
   55  return myHighlightingInterfaceNumber;
 
   58void HighlightingInterface::setHighlightingInterfaceDCOPSuffix (
const TQCString &)
 
The main class representing a text document.
 
This is an interface for syntax highlighting of a Document.
 
KTextEditor is KDE's standard text editing KPart interface.