popupmenuinterface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __ktexteditor_popupmenuinterface_h__
00020 #define __ktexteditor_popupmenuinterface_h__
00021
00022 class QCString;
00023
00024 namespace KTextEditor
00025 {
00026
00027
00028
00029
00030 class PopupMenuInterface
00031 {
00032 friend class PrivatePopupMenuInterface;
00033
00034 public:
00035 PopupMenuInterface ();
00036 virtual ~PopupMenuInterface ();
00037
00038 unsigned int popupMenuInterfaceNumber () const;
00039
00040 protected:
00041 void setPopupMenuInterfaceDCOPSuffix (const QCString &suffix);
00042
00043
00044
00045
00046 public:
00051 virtual void installPopup (class QPopupMenu *rmb_Menu) = 0;
00052
00053 private:
00054 class PrivatePopupMenuInterface *d;
00055 static unsigned int globalPopupMenuInterfaceNumber;
00056 unsigned int myPopupMenuInterfaceNumber;
00057 };
00058
00059 PopupMenuInterface *popupMenuInterface (class View *view);
00060
00061 };
00062
00063 #endif
This file is part of the documentation for kdelibs Version 3.1.0.