![]() |
VR-Forces Developer's Guide
|
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

Public Member Functions | |
| virtual | ~DtSensorConfigurationWidgetInterface () |
| virtual void | setSensor (DtSensor &sensor)=0 |
| 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.