File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
GuiHelperAction.h
Go to the documentation of this file.
1 #include <QAction>
2 #include <QString>
3 
4 namespace Isis {
10  class GuiHelperAction : public QAction {
11 
12  Q_OBJECT
13 
14  public:
15 
16  GuiHelperAction(QObject *parent, const QString &funct);
18 
19  signals:
20  void trigger(const QString &funct);
21 
22  private slots:
23  void retrigger();
24 
25  private:
26  QString p_funct;
27  };
28 }
29 
~GuiHelperAction()
Definition: GuiHelperAction.cpp:10
void trigger(const QString &funct)
Definition: GuiHelperAction.h:10
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
GuiHelperAction(QObject *parent, const QString &funct)
Definition: GuiHelperAction.cpp:5

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:19:35