21#include "sessionconfiginterface.h"
30class PrivateSessionConfigInterface
33 PrivateSessionConfigInterface() {}
34 ~PrivateSessionConfigInterface() {}
41unsigned int SessionConfigInterface::globalSessionConfigInterfaceNumber = 0;
43SessionConfigInterface::SessionConfigInterface()
45 globalSessionConfigInterfaceNumber++;
46 mySessionConfigInterfaceNumber = globalSessionConfigInterfaceNumber++;
48 d =
new PrivateSessionConfigInterface();
51SessionConfigInterface::~SessionConfigInterface()
56unsigned int SessionConfigInterface::configInterfaceNumber ()
const
58 return mySessionConfigInterfaceNumber;
61void 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.