KTextEditor::PopupMenuInterface Class Reference
#include <popupmenuinterface.h>
Detailed Description
This is an interface to provide custom popup menus for a View.
Definition at line 33 of file popupmenuinterface.h.
Public Member Functions | |
| PopupMenuInterface () | |
| virtual | ~PopupMenuInterface () |
| unsigned int | popupMenuInterfaceNumber () const |
| virtual void | installPopup (QPopupMenu *rmb_Menu)=0 |
Protected Member Functions | |
| void | setPopupMenuInterfaceDCOPSuffix (const QCString &suffix) |
Friends | |
| class | PrivatePopupMenuInterface |
Member Function Documentation
| virtual void KTextEditor::PopupMenuInterface::installPopup | ( | QPopupMenu * | rmb_Menu | ) | [pure virtual] |
Install a Popup Menu.
The Popup Menu will be activated on a right mouse button press event.
The documentation for this class was generated from the following files:

