Isis 3.0 Programmer Reference
Back | Home
SensorInfoWidget.h
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);
31 
32  private:
34 
35 // QString formatPoleRaString();
36 // QString formatPoleDecString();
37 // QString formatPmString();
38 
41  };
42 }
43 
44 #endif // SensorInfoWidget_H
Ui::SensorInfoWidget * m_ui
The widget ui.
Widget for displaying information about a sensor.
Container class for GuiCamera.
Definition: GuiCamera.h:70
~SensorInfoWidget()
Destructor.
GuiCamera * m_camera
The sensor whose information is being displayed.
Directory * m_directory
Unused.
SensorInfoWidget(GuiCamera *camera, Directory *directory, QWidget *parent=0)
Constructor.

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:53