File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 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
QWidget
Isis::Directory
Definition: Directory.h:271
Isis::FileName
File name manipulation and expansion.
Definition: FileName.h:100
Directory.h
Isis::GuiCamera::displayProperties
const GuiCameraDisplayProperties * displayProperties() const
Retrieves the display properties of the camera.
Definition: GuiCamera.cpp:133
Isis::GuiCamera::spacecraftNameLong
QString spacecraftNameLong()
Retrieves the full name of the spacecraft.
Definition: GuiCamera.cpp:343
Isis::SensorInfoWidget::~SensorInfoWidget
~SensorInfoWidget()
Destructor.
Definition: SensorInfoWidget.cpp:75
SensorInfoWidget.h
CameraDistortionMap.h
Isis::GuiCamera
Container class for GuiCamera.
Definition: GuiCamera.h:72
Isis::DisplayProperties::displayName
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
GuiCamera.h
GuiCameraDisplayProperties.h
Isis::SensorInfoWidget::SensorInfoWidget
SensorInfoWidget(GuiCamera *camera, Directory *directory, QWidget *parent=0)
Constructor.
Definition: SensorInfoWidget.cpp:21
Camera.h
Ui
Definition: JigsawRunWidget.h:15
Isis::SensorInfoWidget
Widget for displaying information about a sensor.
Definition: SensorInfoWidget.h:30
QFrame
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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: 03/21/2022 06:51:22