|
Isis 3.0 Programmer Reference
| Home |
Widget for displaying information about a sensor. More...
#include <SensorInfoWidget.h>


Public Member Functions | |
| SensorInfoWidget (GuiCamera *camera, Directory *directory, QWidget *parent=0) | |
| Constructor. More... | |
| ~SensorInfoWidget () | |
| Destructor. More... | |
Private Attributes | |
| Ui::SensorInfoWidget * | m_ui |
| The widget ui. More... | |
| Directory * | m_directory |
| Unused. More... | |
| GuiCamera * | m_camera |
| The sensor whose information is being displayed. More... | |
Widget for displaying information about a sensor.
Definition at line 25 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::DisplayProperties::displayName(), 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 40 of file SensorInfoWidget.h.
Referenced by SensorInfoWidget().
|
private |
Unused.
Definition at line 39 of file SensorInfoWidget.h.
|
private |
The widget ui.
Definition at line 33 of file SensorInfoWidget.h.
Referenced by SensorInfoWidget(), and ~SensorInfoWidget().