![]() |
VR-Forces Developer's Guide
|
Logic for a sensor configuration GUI page.
Handles create/destroy/rename sensor operations and selecting the sensor module for a particular sensor
Public Member Functions | |
| DtSensorConfigurationPageLogic (DtDe &de, DtSensorConfigurationPage &widget) | |
| virtual | ~DtSensorConfigurationPageLogic () |
| virtual void | setSensorModule (const std::string &moduleNameStr, const std::string &sensorName) |
| virtual void | renameSensor (const std::string &oldName, const std::string &newName) |
| virtual void | restoreDefaults () |
| virtual void | restoreFactoryDefaults () |
| void | sendSettingsToGui () |
| virtual void | sendSensorsToGui () |
| virtual void | sendModulesToGui () |
| virtual void | importSettings (const std::string &filePath) |
| virtual void | exportSettings (const std::string &filePath) |
| virtual void | setSensor (const std::string &defStr) |
| virtual void | newSensor () |
Protected Attributes | |
| DtDe & | myDe |
| DtMasterSensorController * | myController |
| DtSignalConnectionManager | mySignals |
| DtSensorConfigurationPage & | myWidget |
| makVrv::DtSensorConfigurationPageLogic::DtSensorConfigurationPageLogic | ( | DtDe & | de, |
| DtSensorConfigurationPage & | widget | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the module for the named sensor.
|
virtual |
Rename a sensor from oldName to newName.
|
virtual |
Restore the sensor settings from defaults.
|
virtual |
Restore the sensor settings from factory defaults.
| void makVrv::DtSensorConfigurationPageLogic::sendSettingsToGui | ( | ) |
Send the current application state to the GUI.
|
virtual |
Send the current list of sensors to the GUI.
|
virtual |
Send the current list of sensor modules to the GUI.
|
virtual |
Import sensor settings from the specified file.
|
virtual |
Export sensor settings to the specified file.
|
virtual |
Set the currently selected sensor.
|
virtual |
Create a new sensor.
|
protected |
|
protected |
|
protected |
|
protected |