Isis 3.0
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
SensorInfoWidget.h
Go to the documentation of this file.
1
#ifndef SensorInfoWidget_H
2
#define SensorInfoWidget_H
3
4
#include <QFrame>
5
#include <QString>
6
7
namespace
Ui {
8
class
SensorInfoWidget;
9
}
10
11
namespace
Isis {
12
class
Directory;
13
class
GuiCamera;
14
25
class
SensorInfoWidget
:
public
QFrame
{
26
Q_OBJECT
27
28
public
:
29
explicit
SensorInfoWidget
(
GuiCamera
* camera,
Directory
*directory,
QWidget
*parent = 0);
30
~SensorInfoWidget
();
31
32
private
:
33
Ui::SensorInfoWidget
*m_ui;
34
35
// QString formatPoleRaString();
36
// QString formatPoleDecString();
37
// QString formatPmString();
38
39
Directory
*m_directory;
40
GuiCamera
*m_camera;
41
};
42
}
43
44
#endif // SensorInfoWidget_H
Isis::SensorInfoWidget
Widget for displaying information about a sensor.
Definition:
SensorInfoWidget.h:25
Ui::SensorInfoWidget
Definition:
ui_SensorInfoWidget.h:373
Isis::GuiCamera
Container class for GuiCamera.
Definition:
GuiCamera.h:70
Isis::SensorInfoWidget::~SensorInfoWidget
~SensorInfoWidget()
Destructor.
Definition:
SensorInfoWidget.cpp:72
QFrame
Isis::SensorInfoWidget::SensorInfoWidget
SensorInfoWidget(GuiCamera *camera, Directory *directory, QWidget *parent=0)
Constructor.
Definition:
SensorInfoWidget.cpp:21
QWidget
Isis::Directory
Definition:
Directory.h:106
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:28:31