Isis 3 Programmer Reference
|
QMenu subclass that overrides the closeEvent. More...
#include <ProjectItemViewMenu.h>
Signals | |
void | menuClosed () |
Public Member Functions | |
ProjectItemViewMenu (const QString &title, QWidget *parent=0) | |
Private Member Functions | |
void | closeEvent (QCloseEvent *event) |
Overrides the closeEvent to emit the signal menuClosed(). More... | |
QMenu subclass that overrides the closeEvent.
Used in views to disable actions when a menu is visible and a user clicks outside of a view.
Definition at line 40 of file ProjectItemViewMenu.h.
|
private |
Overrides the closeEvent to emit the signal menuClosed().
menuClosed() is connected to the slot disableActions() in a view.
event | The close event |
Definition at line 34 of file ProjectItemViewMenu.cpp.