21 #include "sessionconfiginterface.h"
30 class PrivateSessionConfigInterface
33 PrivateSessionConfigInterface() {}
34 ~PrivateSessionConfigInterface() {}
41 unsigned int SessionConfigInterface::globalSessionConfigInterfaceNumber = 0;
43 SessionConfigInterface::SessionConfigInterface()
45 globalSessionConfigInterfaceNumber++;
46 mySessionConfigInterfaceNumber = globalSessionConfigInterfaceNumber++;
48 d =
new PrivateSessionConfigInterface();
51 SessionConfigInterface::~SessionConfigInterface()
56 unsigned int SessionConfigInterface::configInterfaceNumber ()
const
58 return mySessionConfigInterfaceNumber;
61 void SessionConfigInterface::setSessionConfigInterfaceDCOPSuffix (
const TQCString &)
The main class representing a text document.
Basic KTextEditor plugin class.
This is an interface to session-specific configuration of the Document, Plugin and PluginViewInterfac...
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.