![]() |
VR-Forces 4.8 Class Documentation
|
A widget for controlling contour settings and controlled by DtTreeRandomizationLogic. More...

Public Member Functions | |
| DtTreeRandomizationWidget (QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. More... | |
| virtual | ~DtTreeRandomizationWidget () |
| Virtual DTOR. More... | |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setTreeScaleRandomizationEnabled (bool enabled) |
| Set the interface's "tree scale randomization enabled" state Called by the logic. More... | |
| virtual void | setTreeOrientationRandomizationEnabled (bool enabled) |
| Set the interface's current "tree orientation randomization enabled" state Called by the logic. More... | |
| virtual void | setTreeMinScale (double minScale) |
| Set the interface's current min scale value Called by the logic. More... | |
| virtual void | setTreeMaxScale (double maxScale) |
| Set the interface's current max scale value Called by the logic. More... | |
Field value getters. | |
Gets the values of the widget's corresponding fields. | |
| virtual bool | treeScaleRandomizationEnabled () |
| Returns the interface's current "tree scale randomization enabled" state. More... | |
| virtual bool | treeOrientationRandomizationEnabled () |
| Returns the interface's current "tree orientation randomization enabled" state. More... | |
| virtual double | treeMinScale () |
| Returns the interface's current tree min scale value. More... | |
| virtual double | treeMaxScale () |
| Returns the interface's current tree max scale value. More... | |
Protected Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| virtual void | onTreeScaleRandomizationEnabledChanged (int enabled) |
| Called when the user checks/unchecks "tree scale randomization enabled". More... | |
| virtual void | onTreeOrientationRandomizationChanged (int enabled) |
| Called when the user checks/unchecks "tree orientation randomization enabled". More... | |
| virtual void | onTreeMinScaleChanged (double value) |
| Called when the user changes the tree min scale. More... | |
| virtual void | onTreeMaxScaleChanged (double value) |
| Called when the user changes the tree max scale. More... | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. More... | |
Protected Attributes | |
| QVBoxLayout * | myGroupLayout |
| QGroupBox * | myGroupBox |
| QVBoxLayout * | myMainLayout |
| QLabel * | myTreeSaveInfoLabel |
| QCheckBox * | myEnableTreeScaleRandomizationCheckBox |
| QLabel * | myTreeMinScaleLabel |
| QDoubleSpinBox * | myTreeMinScaleSpinBox |
| QLabel * | myTreeMaxScaleLabel |
| QDoubleSpinBox * | myTreeMaxScaleSpinBox |
| QSpacerItem * | mySpacerItem |
| QCheckBox * | myEnableTreeOrientationRandomizationCheckBox |
| QSpacerItem * | mySpacerItem1 |
| QSpacerItem * | mySpacerItem2 |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtTreeRandomizationInterface | |
| boost::signal< void(bool)> | signal_treeOrientationRandomizationEnabledChanged |
| Signal emitted when the user checks/unchecks "tree orientation randomization enabled". More... | |
| boost::signal< void(bool)> | signal_treeScaleRandomizationEnabledChanged |
| Signal emitted when the user checks/unchecks "tree scale randomization enabled". More... | |
| boost::signal< void(double)> | signal_treeMaxScaleChanged |
| Signal emitted when the user changes the tree max scale . More... | |
| boost::signal< void(double)> | signal_treeMinScaleChanged |
| Signal emitted when the user changes the tree min scale. More... | |
A widget for controlling contour settings and controlled by DtTreeRandomizationLogic.
| makVrv::DtTreeRandomizationWidget::DtTreeRandomizationWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Set the interface's "tree scale randomization enabled" state Called by the logic.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Set the interface's current "tree orientation randomization enabled" state Called by the logic.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Set the interface's current min scale value Called by the logic.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Set the interface's current max scale value Called by the logic.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Returns the interface's current "tree scale randomization enabled" state.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Returns the interface's current "tree orientation randomization enabled" state.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Returns the interface's current tree min scale value.
Implements makVrv::DtTreeRandomizationInterface.
|
virtual |
Returns the interface's current tree max scale value.
Implements makVrv::DtTreeRandomizationInterface.
|
protectedvirtualslot |
Called when the user checks/unchecks "tree scale randomization enabled".
|
protectedvirtualslot |
Called when the user checks/unchecks "tree orientation randomization enabled".
|
protectedvirtualslot |
Called when the user changes the tree min scale.
|
protectedvirtualslot |
Called when the user changes the tree max scale.
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |