![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~DtPerformanceOptionsWidgetInterface () |
| virtual DTOR | |
| virtual void | setSliderPosition (double)=0 |
| Sets the position of the network slider. | |
| virtual void | setTranslationValue (const QString &)=0 |
| Sets the text for translation value. | |
| virtual void | setRotationValue (const QString &)=0 |
| Sets the text for rotational value. | |
| virtual void | setSmoothingValue (const QString &)=0 |
| Sets the text for smoothing value. | |
| virtual void | setUserDefinedSmoothing (bool)=0 |
| Sets whether or not the user is definiting the smoothing or the server. | |
| virtual void | setUserDefinedSmoothingPeriod (double)=0 |
| Sets the smoothing period for the spin box and slider. | |
| virtual void | setUserDefinedSmoothingEnabled (bool)=0 |
| Sets whether or not user defined smoothing is enabled. | |
Public Attributes | |
| boost::signal< void(double)> | signal_performanceOptionsChanged |
| boost::signal< void(bool)> | signal_userDefinedSmoothing |
| boost::signal< void(bool)> | signal_smoothingEnabled |
| boost::signal< void(double)> | signal_userDefinedSmoothingPeriod |
| virtual makVrf::DtPerformanceOptionsWidgetInterface::~DtPerformanceOptionsWidgetInterface | ( | ) | [virtual] |
virtual DTOR
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setSliderPosition | ( | double | ) | [pure virtual] |
Sets the position of the network slider.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setTranslationValue | ( | const QString & | ) | [pure virtual] |
Sets the text for translation value.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setRotationValue | ( | const QString & | ) | [pure virtual] |
Sets the text for rotational value.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setSmoothingValue | ( | const QString & | ) | [pure virtual] |
Sets the text for smoothing value.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothing | ( | bool | ) | [pure virtual] |
Sets whether or not the user is definiting the smoothing or the server.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothingPeriod | ( | double | ) | [pure virtual] |
Sets the smoothing period for the spin box and slider.
Implemented in makVrf::DtPerformanceOptionsWidget.
| virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothingEnabled | ( | bool | ) | [pure virtual] |
Sets whether or not user defined smoothing is enabled.
Implemented in makVrf::DtPerformanceOptionsWidget.
| boost::signal<void (double)> makVrf::DtPerformanceOptionsWidgetInterface::signal_performanceOptionsChanged |
| boost::signal<void (bool)> makVrf::DtPerformanceOptionsWidgetInterface::signal_userDefinedSmoothing |
| boost::signal<void (bool)> makVrf::DtPerformanceOptionsWidgetInterface::signal_smoothingEnabled |
| boost::signal<void (double)> makVrf::DtPerformanceOptionsWidgetInterface::signal_userDefinedSmoothingPeriod |