![]() |
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 26 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 20 of file ProjectItemViewMenu.cpp.
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 15:21:57 |