Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
GuiHelperAction.h
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);
17
~
GuiHelperAction
();
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
Isis::GuiHelperAction
Definition:
GuiHelperAction.h:10
QObject
QAction
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
ISIS Support Center
File Modified: 07/12/2023 23:19:10