21 #include "popupmenuinterface.h"
27 class PrivatePopupMenuInterface
30 PrivatePopupMenuInterface() {}
31 ~PrivatePopupMenuInterface() {}
36 using namespace KTextEditor;
38 unsigned int PopupMenuInterface::globalPopupMenuInterfaceNumber = 0;
40 PopupMenuInterface::PopupMenuInterface()
42 globalPopupMenuInterfaceNumber++;
43 myPopupMenuInterfaceNumber = globalPopupMenuInterfaceNumber++;
45 d =
new PrivatePopupMenuInterface();
48 PopupMenuInterface::~PopupMenuInterface()
53 unsigned int PopupMenuInterface::popupMenuInterfaceNumber ()
const
55 return myPopupMenuInterfaceNumber;
58 void PopupMenuInterface::setPopupMenuInterfaceDCOPSuffix (
const TQCString &)