![]() |
VR-Forces 4.8 Class Documentation
|
Interface for a sensor configuration widget. More...

Public Member Functions | |
| virtual | ~DtSensorConfigurationWidgetInterface () |
| DTOR. More... | |
| virtual void | setSensor (DtSensor &sensor)=0 |
| Set the sensor we're configuring The passed-in sensor is read-only; a DtSensorControllerAgent should be used to modify the sensor as needed. More... | |
| DtSensorConfigurationWidgetInterface () | |
| CTOR. More... | |
Interface for a sensor configuration widget.
Used by the DtSensorConfigurationPage to set up its per-sensor widgets Each sensor module should implement one of these and register it with the DtSensorConfigurationWidgetInterface
|
virtual |
DTOR.
| makVrv::DtSensorConfigurationWidgetInterface::DtSensorConfigurationWidgetInterface | ( | ) |
CTOR.
|
pure virtual |
Set the sensor we're configuring The passed-in sensor is read-only; a DtSensorControllerAgent should be used to modify the sensor as needed.
Implemented in makVrv::DtSenSimConfigurationWidget.