A dialog used to build a SensorManagerDialog element. More...
#include <SensorManagerDialog.h>
Public Member Functions | |
| const QString & | getSelectedSensor () const |
| Returns the selected sensor name. | |
| SensorManagerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a basic dialog which is a child of parent, with widget flags set to f. | |
| ~SensorManagerDialog () | |
| Destructor. | |
A dialog used to build a SensorManagerDialog element.
Definition at line 61 of file SensorManagerDialog.h.
| te::qt::widgets::SensorManagerDialog::SensorManagerDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructs a basic dialog which is a child of parent, with widget flags set to f.
| parent | Pointer to the dialog parent. |
| f | The dialog flags. |
| te::qt::widgets::SensorManagerDialog::~SensorManagerDialog | ( | ) |
Destructor.
| const QString & te::qt::widgets::SensorManagerDialog::getSelectedSensor | ( | ) | const |
Returns the selected sensor name.