Isis 3.0
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0
Isis 3.0 Object Documentation
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
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);
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::~GuiHelperAction
~GuiHelperAction()
Definition:
GuiHelperAction.cpp:10
Isis::GuiHelperAction::trigger
void trigger(const QString &funct)
Definition:
moc_GuiHelperAction.cpp:132
Isis::GuiHelperAction
Definition:
GuiHelperAction.h:10
QObject
QAction
Isis::GuiHelperAction::GuiHelperAction
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
ISIS Support Center
File Modified: 07/12/2023 23:19:08