![]() |
VR-Forces 4.0.4 Class Documentation
|
The widget for editing SpeedTree settings. More...

Public Slots | |
| void | on_myProfileBox_currentIndexChanged (int index) |
| void | onClippingPlaneChanged () |
| void | onLodChanged () |
Public Member Functions | |
| DtSpeedTreeSettingsWidget (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| Constructor. | |
| ~DtSpeedTreeSettingsWidget () | |
| Destructor. | |
| virtual void | setUnitsLabel (const DtUnicode &label) |
| Sets the label for the units. | |
| virtual void | setPerformanceProfile (int index) |
| Updates the GUI with the performance profile. | |
| virtual void | setTreeClippingPlane (float farClip) |
| Updates the GUI with the tree clipping distance. | |
| virtual void | setTreeLodDistances (float nearLod, float farLod) |
| Updates the GUI with the tree LOD distances. | |
The widget for editing SpeedTree settings.
| makVrv::DtSpeedTreeSettingsWidget::DtSpeedTreeSettingsWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Constructor.
Destructor.
| virtual void makVrv::DtSpeedTreeSettingsWidget::setUnitsLabel | ( | const DtUnicode & | label | ) | [virtual] |
Sets the label for the units.
Implements makVrv::DtSpeedTreeSettingsInterface.
| virtual void makVrv::DtSpeedTreeSettingsWidget::setPerformanceProfile | ( | int | index | ) | [virtual] |
Updates the GUI with the performance profile.
Implements makVrv::DtSpeedTreeSettingsInterface.
| virtual void makVrv::DtSpeedTreeSettingsWidget::setTreeClippingPlane | ( | float | farClip | ) | [virtual] |
Updates the GUI with the tree clipping distance.
Implements makVrv::DtSpeedTreeSettingsInterface.
| virtual void makVrv::DtSpeedTreeSettingsWidget::setTreeLodDistances | ( | float | nearLod, |
| float | farLod | ||
| ) | [virtual] |
Updates the GUI with the tree LOD distances.
Implements makVrv::DtSpeedTreeSettingsInterface.
| void makVrv::DtSpeedTreeSettingsWidget::on_myProfileBox_currentIndexChanged | ( | int | index | ) | [slot] |
| void makVrv::DtSpeedTreeSettingsWidget::onClippingPlaneChanged | ( | ) | [slot] |
| void makVrv::DtSpeedTreeSettingsWidget::onLodChanged | ( | ) | [slot] |