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