21 #include "configinterface.h"
29 class PrivateConfigInterface
32 PrivateConfigInterface() {}
33 ~PrivateConfigInterface() {}
40 unsigned int ConfigInterface::globalConfigInterfaceNumber = 0;
42 ConfigInterface::ConfigInterface()
44 globalConfigInterfaceNumber++;
45 myConfigInterfaceNumber = globalConfigInterfaceNumber++;
47 d =
new PrivateConfigInterface();
50 ConfigInterface::~ConfigInterface()
55 unsigned int ConfigInterface::configInterfaceNumber ()
const
57 return myConfigInterfaceNumber;
60 void ConfigInterface::setConfigInterfaceDCOPSuffix (
const TQCString &)
KTextEditor is KDE's standard text editing KPart interface.
This is an interface for accessing the configuration of the Document and Plugin classes.
Basic KTextEditor plugin class.
The main class representing a text document.