19 #ifndef __tdetexteditor_popupmenuinterface_h__
20 #define __tdetexteditor_popupmenuinterface_h__
22 #include <tdelibs_export.h>
35 friend class PrivatePopupMenuInterface;
41 unsigned int popupMenuInterfaceNumber ()
const;
44 void setPopupMenuInterfaceDCOPSuffix (
const TQCString &suffix);
54 virtual void installPopup (TQPopupMenu *rmb_Menu) = 0;
57 class PrivatePopupMenuInterface *d;
58 static unsigned int globalPopupMenuInterfaceNumber;
59 unsigned int myPopupMenuInterfaceNumber;
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.