File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
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 
30  class SensorInfoWidget : public QFrame {
31  Q_OBJECT
32 
33  public:
34  explicit SensorInfoWidget(GuiCamera* camera, Directory *directory, QWidget *parent = 0);
36 
37  private:
38  Ui::SensorInfoWidget *m_ui;
39 
40 // QString formatPoleRaString();
41 // QString formatPoleDecString();
42 // QString formatPmString();
43 
44  Directory *m_directory;
45  GuiCamera *m_camera;
46  };
47 }
48 
49 #endif // SensorInfoWidget_H
Widget for displaying information about a sensor.
Definition: SensorInfoWidget.h:30
Definition: JigsawRunWidget.h:15
Container class for GuiCamera.
Definition: GuiCamera.h:72
~SensorInfoWidget()
Destructor.
Definition: SensorInfoWidget.cpp:75
SensorInfoWidget(GuiCamera *camera, Directory *directory, QWidget *parent=0)
Constructor.
Definition: SensorInfoWidget.cpp:21
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Definition: Directory.h:285

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:29:30