Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ProfileDialog.h
1
#ifndef ProfileDialog_h
2
#define ProfileDialog_h
3
4
#include <QDialog>
5
6
#include "ui_ProfileDialog.h"
7
13
class
ProfileDialog
:
public
QDialog
,
public
Ui::ProfileDialog
{
14
Q_OBJECT
15
16
public
:
17
ProfileDialog
(
QWidget
*parent = 0);
18
19
signals:
20
void
createStart();
21
void
createEnd();
22
23
private
slots:
24
void
createStartSelected();
25
void
createEndSelected();
26
void
help();
27
28
private
:
29
bool
m_startCreated;
30
bool
m_endCreated;
31
32
33
};
34
35
#endif
ProfileDialog
Definition:
ProfileDialog.h:13
Ui::ProfileDialog
Definition:
ui_ProfileDialog.h:100
QDialog
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:26:37