21 #include "highlightinginterface.h"
27 class PrivateHighlightingInterface
30 PrivateHighlightingInterface() {}
31 ~PrivateHighlightingInterface() {}
38 unsigned int HighlightingInterface::globalHighlightingInterfaceNumber = 0;
40 HighlightingInterface::HighlightingInterface()
42 globalHighlightingInterfaceNumber++;
43 myHighlightingInterfaceNumber = globalHighlightingInterfaceNumber++;
45 d =
new PrivateHighlightingInterface();
48 HighlightingInterface::~HighlightingInterface()
53 unsigned int HighlightingInterface::highlightingInterfaceNumber ()
const
55 return myHighlightingInterfaceNumber;
58 void 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.