File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ProjectItemViewMenu.h
Go to the documentation of this file.
1 #ifndef ProjectItemViewMenu_h
2 #define ProjectItemViewMenu_h
3 
26 #include <QMenu>
27 
28 namespace Isis {
29 
40  class ProjectItemViewMenu : public QMenu {
41  Q_OBJECT
42 
43  public:
44  ProjectItemViewMenu(const QString &title, QWidget *parent = 0) : QMenu(title, parent){};
45 
46  signals:
47  void menuClosed();
48 
49  private:
50  void closeEvent(QCloseEvent *event);
51  };
52 }
53 
54 #endif
QMenu subclass that overrides the closeEvent.
void closeEvent(QCloseEvent *event)
Overrides the closeEvent to emit the signal menuClosed().
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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/12/2023 23:28:25