![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtPerformanceOptionsWidgetLogic (makVrv::DtDe &de, DtPerformanceOptionsWidgetInterface &iFace) | |
| CTOR. | |
| virtual | ~DtPerformanceOptionsWidgetLogic () |
| virtual DTOR | |
Protected Member Functions | |
| virtual void | slot_performanceOptionsChanged (double) |
| Updates text values and sends message to back-end to update DR values. | |
| virtual void | slot_userDefinedSmoothing (bool) |
| virtual void | slot_smoothingEnabled (bool) |
| virtual void | slot_userDefinedSmoothingPeriod (double) |
| virtual void | slot_deadReckoningSettingsChanged (const DtDeadReckoningSettings &) |
| virtual double | setSliderFromTranslationThreshold () |
| virtual double | translationThresholdFromPosition (int position) const |
| virtual double | rotationThresholdFromPosition (int position) const |
| virtual double | smoothingValueFromPosition (int position) const |
| void | sendDRDataToServers (double) |
| Sends an interface message to the server to update dead reckon data. Called from updatePerformanceSettings();. | |
| virtual void | updateTranslationLabel (double threshold) |
| virtual void | updateRotationLabel (double threshold) |
| virtual void | updateSmoothingLabel (double threshold) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtPerformanceOptionsWidgetInterface & | myInterface |
| double | myLastSentTranslationThreshold |
| double | myLastSentRotationThreshold |
| double | myMaxTranslationThreshold |
| double | myMaxRotationThreshold |
| double | myMaxSmoothingThreshold |
| makVrf::DtPerformanceOptionsWidgetLogic::DtPerformanceOptionsWidgetLogic | ( | makVrv::DtDe & | de, |
| DtPerformanceOptionsWidgetInterface & | iFace | ||
| ) |
CTOR.
| virtual makVrf::DtPerformanceOptionsWidgetLogic::~DtPerformanceOptionsWidgetLogic | ( | ) | [virtual] |
virtual DTOR
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::slot_performanceOptionsChanged | ( | double | ) | [protected, virtual] |
Updates text values and sends message to back-end to update DR values.
Will also set smoothing value if that is selected to be updated by the user. Sends updated DR values to the network
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::slot_userDefinedSmoothing | ( | bool | ) | [protected, virtual] |
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::slot_smoothingEnabled | ( | bool | ) | [protected, virtual] |
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::slot_userDefinedSmoothingPeriod | ( | double | ) | [protected, virtual] |
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::slot_deadReckoningSettingsChanged | ( | const DtDeadReckoningSettings & | ) | [protected, virtual] |
| virtual double makVrf::DtPerformanceOptionsWidgetLogic::setSliderFromTranslationThreshold | ( | ) | [protected, virtual] |
| virtual double makVrf::DtPerformanceOptionsWidgetLogic::translationThresholdFromPosition | ( | int | position | ) | const [protected, virtual] |
| virtual double makVrf::DtPerformanceOptionsWidgetLogic::rotationThresholdFromPosition | ( | int | position | ) | const [protected, virtual] |
| virtual double makVrf::DtPerformanceOptionsWidgetLogic::smoothingValueFromPosition | ( | int | position | ) | const [protected, virtual] |
| void makVrf::DtPerformanceOptionsWidgetLogic::sendDRDataToServers | ( | double | ) | [protected] |
Sends an interface message to the server to update dead reckon data. Called from updatePerformanceSettings();.
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::updateTranslationLabel | ( | double | threshold | ) | [protected, virtual] |
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::updateRotationLabel | ( | double | threshold | ) | [protected, virtual] |
| virtual void makVrf::DtPerformanceOptionsWidgetLogic::updateSmoothingLabel | ( | double | threshold | ) | [protected, virtual] |
DtPerformanceOptionsWidgetInterface& makVrf::DtPerformanceOptionsWidgetLogic::myInterface [protected] |
double makVrf::DtPerformanceOptionsWidgetLogic::myLastSentTranslationThreshold [protected] |
double makVrf::DtPerformanceOptionsWidgetLogic::myLastSentRotationThreshold [protected] |
double makVrf::DtPerformanceOptionsWidgetLogic::myMaxTranslationThreshold [protected] |
double makVrf::DtPerformanceOptionsWidgetLogic::myMaxRotationThreshold [protected] |
double makVrf::DtPerformanceOptionsWidgetLogic::myMaxSmoothingThreshold [protected] |