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

Public Member Functions | |
| DtPerformanceOptionsWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtPerformanceOptionsWidget () |
| destructor | |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| QHBoxLayout * | myPerformanceLayout |
| QLabel * | myMinLabel |
| QLabel * | myMaxLabel |
| QSlider * | myPerformanceSlider |
| QLabel * | myTranslationValue |
| QLabel * | myRotationValue |
| QRadioButton * | mySmoothingValue |
| QRadioButton * | mySpecifySmoothingValue |
| QGroupBox * | mySmoothingGroup |
| QCheckBox * | mySmoothingCheckbox |
| QSlider * | mySmoothingPeriodSlider |
| QDoubleSpinBox * | mySmoothingPeriodSpinBox |
Protected Slots | |
| virtual void | onUpdateSlider () |
| Calls down to logic to update slider. | |
| virtual void | onSmoothingChoiceChanged () |
| Called when radio button selection has changed for smoothing type. | |
| virtual void | onUpdateSmoothingSpecifiedByUserEnabled () |
| Called to send a signal to change the value as specified by user. | |
| virtual void | onUpdateSmoothingSpecifiedByUserSpinBox () |
| virtual void | onUpdateSmoothingSpecifiedByUserSlider () |
Protected Member Functions | |
| void | setupGui () |
| virtual void | setSliderPosition (double) |
| Sets the position of the slider. Disables signals being sent from the slider while setting. | |
| virtual void | setTranslationValue (const QString &) |
| Sets the text for translation value. | |
| virtual void | setRotationValue (const QString &) |
| Sets the text for rotational value. | |
| virtual void | setSmoothingValue (const QString &) |
| Sets the text for smoothing value. | |
| virtual void | setUserDefinedSmoothing (bool b) |
| Sets whether or not the user is definiting the smoothing or the server. | |
| virtual void | setUserDefinedSmoothingPeriod (double) |
| Sets the smoothing period for the spin box and slider. | |
| virtual void | setUserDefinedSmoothingEnabled (bool) |
| Sets whether or not user defined smoothing is enabled. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
Private Member Functions | |
| DtPerformanceOptionsWidget (const DtPerformanceOptionsWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtPerformanceOptionsWidget & | operator= (const DtPerformanceOptionsWidget &rhs) |
| assignment operator. Not Implemented. | |
| makVrf::DtPerformanceOptionsWidget::DtPerformanceOptionsWidget | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual makVrf::DtPerformanceOptionsWidget::~DtPerformanceOptionsWidget | ( | ) | [virtual] |
destructor
| makVrf::DtPerformanceOptionsWidget::DtPerformanceOptionsWidget | ( | const DtPerformanceOptionsWidget & | orig | ) | [private] |
copy constructor. Not Implemented.
| void makVrf::DtPerformanceOptionsWidget::setupGui | ( | ) | [protected] |
| virtual void makVrf::DtPerformanceOptionsWidget::setSliderPosition | ( | double | ) | [protected, virtual] |
Sets the position of the slider. Disables signals being sent from the slider while setting.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setTranslationValue | ( | const QString & | ) | [protected, virtual] |
Sets the text for translation value.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setRotationValue | ( | const QString & | ) | [protected, virtual] |
Sets the text for rotational value.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setSmoothingValue | ( | const QString & | ) | [protected, virtual] |
Sets the text for smoothing value.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setUserDefinedSmoothing | ( | bool | b | ) | [protected, virtual] |
Sets whether or not the user is definiting the smoothing or the server.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setUserDefinedSmoothingPeriod | ( | double | ) | [protected, virtual] |
Sets the smoothing period for the spin box and slider.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::setUserDefinedSmoothingEnabled | ( | bool | ) | [protected, virtual] |
Sets whether or not user defined smoothing is enabled.
Implements makVrf::DtPerformanceOptionsWidgetInterface.
| virtual void makVrf::DtPerformanceOptionsWidget::onUpdateSlider | ( | ) | [protected, virtual, slot] |
Calls down to logic to update slider.
| virtual void makVrf::DtPerformanceOptionsWidget::onSmoothingChoiceChanged | ( | ) | [protected, virtual, slot] |
Called when radio button selection has changed for smoothing type.
| virtual void makVrf::DtPerformanceOptionsWidget::onUpdateSmoothingSpecifiedByUserEnabled | ( | ) | [protected, virtual, slot] |
Called to send a signal to change the value as specified by user.
| virtual void makVrf::DtPerformanceOptionsWidget::onUpdateSmoothingSpecifiedByUserSpinBox | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtPerformanceOptionsWidget::onUpdateSmoothingSpecifiedByUserSlider | ( | ) | [protected, virtual, slot] |
| DtPerformanceOptionsWidget& makVrf::DtPerformanceOptionsWidget::operator= | ( | const DtPerformanceOptionsWidget & | rhs | ) | [private] |
assignment operator. Not Implemented.
| QVBoxLayout* makVrf::DtPerformanceOptionsWidget::myMainLayout |
| QRadioButton* makVrf::DtPerformanceOptionsWidget::mySmoothingValue |
| QDoubleSpinBox* makVrf::DtPerformanceOptionsWidget::mySmoothingPeriodSpinBox |
makVrv::DtDe& makVrf::DtPerformanceOptionsWidget::myDe [protected] |