Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
HelpTool.h
Go to the documentation of this file.
1
#ifndef HelpTool_h
2
#define HelpTool_h
3
23
#include <QAction>
24
#include "
Tool.h
"
25
26
namespace
Isis {
37
class
HelpTool
:
public
Tool
{
38
Q_OBJECT
39
40
public
:
41
HelpTool
(
QWidget
*parent);
42
void
addTo
(QMenu *menu);
43
void
addToPermanent
(
QToolBar
*perm);
44
45
QString
menuName
()
const
{
46
return
"&Help"
;
47
}
48
49
public
slots:
50
void
whatsThis();
51
52
private
:
53
QAction
*p_whatsThis;
54
QAction
*p_aboutProgram;
55
56
private
slots:
57
void
aboutProgram
();
58
};
59
};
60
61
#endif
Isis::HelpTool::addToPermanent
void addToPermanent(QToolBar *perm)
Add actions to the permanent toolbar.
Definition:
HelpTool.cpp:47
Isis::HelpTool::addTo
void addTo(QMenu *menu)
Definition:
HelpTool.cpp:41
Isis::HelpTool
Qisis Help Tool.
Definition:
HelpTool.h:37
Isis::HelpTool::menuName
QString menuName() const
Anytime a tool is created, you must give it a name for the menu.
Definition:
HelpTool.h:45
Tool.h
Isis::HelpTool::aboutProgram
void aboutProgram()
Slot to print program information.
Definition:
HelpTool.cpp:62
QToolBar
Isis::Tool
Base class for the Qisis tools.
Definition:
Tool.h:81
QAction
QWidget
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:30