![]() |
VR-Forces 4.1 Class Documentation
|
Logic for SenSim configuration widget. More...
Public Member Functions | |
| DtSenSimConfigurationWidgetLogic (DtDe &de, DtSenSimConfigurationWidgetInterface &widget, DtSensor &sensor) | |
| CTOR. | |
| virtual | ~DtSenSimConfigurationWidgetLogic () |
| DTOR. | |
Protected Member Functions | |
| virtual DtSenSimConfigurationWidgetInterface::SensorMode | flagsToMode (bool irEnabled, bool fullColorEnabled) |
| Get the appropriate mode for the GUI based on IR/NVG and Full Color settings from the sensor. | |
| virtual void | setInt (const std::string ¶mName, int val) |
| Utility to set an integer parameter on the current sensor. | |
| virtual void | setFloat (const std::string ¶mName, float val) |
| Utility to set a float parameter on the current sensor. | |
| virtual void | setBool (const std::string ¶mName, bool val) |
| Utility to set a boolean parameter on the current sensor. | |
| virtual void | setMode (DtSenSimConfigurationWidgetInterface::SensorMode mode) |
| Set the sensor mode on the current sensor. | |
| virtual void | slot_attributeChangedFloat (const std::string ¶mName, float val) |
| Slot called when a float attribute changes on the sensor. | |
| virtual void | slot_attributeChangedBool (const std::string ¶mName, bool val) |
| Slot called when a boolean attribute changes on the sensor. | |
Protected Attributes | |
| DtSensor & | mySensor |
| DtSenSimConfigurationWidgetInterface & | myWidget |
| DtDe & | myDe |
| DtSignalConnectionManager | mySignals |
Logic for SenSim configuration widget.
| makVrv::DtSenSimConfigurationWidgetLogic::DtSenSimConfigurationWidgetLogic | ( | DtDe & | de, |
| DtSenSimConfigurationWidgetInterface & | widget, | ||
| DtSensor & | sensor | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Get the appropriate mode for the GUI based on IR/NVG and Full Color settings from the sensor.
|
protectedvirtual |
Utility to set an integer parameter on the current sensor.
|
protectedvirtual |
Utility to set a float parameter on the current sensor.
|
protectedvirtual |
Utility to set a boolean parameter on the current sensor.
|
protectedvirtual |
Set the sensor mode on the current sensor.
|
protectedvirtual |
Slot called when a float attribute changes on the sensor.
|
protectedvirtual |
Slot called when a boolean attribute changes on the sensor.
|
protected |
|
protected |
|
protected |
|
protected |