interfaces
KTextEditor::PopupMenuInterface Class Reference
This is an interface to provide custom popup menus for a View. More...
#include <popupmenuinterface.h>
Public Member Functions | |
virtual void | installPopup (QPopupMenu *rmb_Menu)=0 |
PopupMenuInterface () | |
unsigned int | popupMenuInterfaceNumber () const |
virtual | ~PopupMenuInterface () |
Protected Member Functions | |
void | setPopupMenuInterfaceDCOPSuffix (const QCString &suffix) |
Detailed Description
This is an interface to provide custom popup menus for a View.Definition at line 33 of file popupmenuinterface.h.
Constructor & Destructor Documentation
PopupMenuInterface::PopupMenuInterface | ( | ) |
Definition at line 40 of file popupmenuinterface.cpp.
PopupMenuInterface::~PopupMenuInterface | ( | ) | [virtual] |
Definition at line 48 of file popupmenuinterface.cpp.
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.
unsigned int PopupMenuInterface::popupMenuInterfaceNumber | ( | ) | const |
Definition at line 53 of file popupmenuinterface.cpp.
void PopupMenuInterface::setPopupMenuInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 58 of file popupmenuinterface.cpp.
The documentation for this class was generated from the following files: