File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
GuiHelperAction.h
Go to the documentation of this file.
1 
6 /* SPDX-License-Identifier: CC0-1.0 */
7 #include <QAction>
8 #include <QString>
9 
10 namespace Isis {
16  class GuiHelperAction : public QAction {
17 
18  Q_OBJECT
19 
20  public:
21 
22  GuiHelperAction(QObject *parent, const QString &funct);
24 
25  signals:
26  void trigger(const QString &funct);
27 
28  private slots:
29  void retrigger();
30 
31  private:
32  QString p_funct;
33  };
34 }
35 
Isis::GuiHelperAction::GuiHelperAction
GuiHelperAction(QObject *parent, const QString &funct)
Definition: GuiHelperAction.cpp:11
GuiHelperAction.h
Isis::GuiHelperAction::trigger
void trigger(const QString &funct)
Isis::GuiHelperAction
Definition: GuiHelperAction.h:16
Isis::GuiHelperAction::~GuiHelperAction
~GuiHelperAction()
Definition: GuiHelperAction.cpp:16
QObject
QAction
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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: 03/21/2022 06:50:49