![]() |
Isis 3 Programmer Reference
|
Widget for displaying information about a sensor. More...
#include <SensorInfoWidget.h>


Public Member Functions | |
| SensorInfoWidget (GuiCamera *camera, Directory *directory, QWidget *parent=0) | |
| Constructor. | |
| ~SensorInfoWidget () | |
| Destructor. | |
Private Attributes | |
| Ui::SensorInfoWidget * | m_ui |
| The widget ui. | |
| Directory * | m_directory |
| Unused. | |
| GuiCamera * | m_camera |
| The sensor whose information is being displayed. | |
Widget for displaying information about a sensor.
2015-07-10 Ken Edmundson - Original version.
2017-08-14 Summer Stapleton - Updated icons/images to properly licensed or open source images. Fixes #5105.
2018-07-26 Tracie Sucharski - Reformated the widget to get rid of fixed sizes and use layouts to handle sizing instead. Also put entire widget in a scrolled area.
Definition at line 30 of file SensorInfoWidget.h.
|
explicit |
Constructor.
| camera | The camera whose information is being displayed |
| directory | unused |
| parent | The parent widget |
Definition at line 21 of file SensorInfoWidget.cpp.
References Isis::GuiCamera::displayProperties(), m_camera, m_ui, and Isis::GuiCamera::spacecraftNameLong().
| Isis::SensorInfoWidget::~SensorInfoWidget | ( | ) |
|
private |
The sensor whose information is being displayed.
Definition at line 45 of file SensorInfoWidget.h.
Referenced by SensorInfoWidget().
|
private |
Unused.
Definition at line 44 of file SensorInfoWidget.h.
|
private |
The widget ui.
Definition at line 38 of file SensorInfoWidget.h.
Referenced by SensorInfoWidget(), and ~SensorInfoWidget().