![]() |
VR-Forces 4.1.1 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. | |
Public Member Functions inherited from makVrv::DtSpeedTreeSettingsInterface | |
| virtual | ~DtSpeedTreeSettingsInterface () |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtSpeedTreeSettingsInterface | |
| boost::signal< void(float)> | signal_ClippingPlaneChanged |
| Signal emitted when the user changes the clipping plane. | |
| boost::signal< void(float, float)> | signal_LodChanged |
| Signal emitted when the user changed the Lod. | |
| boost::signal< void(int)> | signal_performanceProfileChanged |
The widget for editing SpeedTree settings.
| makVrv::DtSpeedTreeSettingsWidget::DtSpeedTreeSettingsWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Constructor.
| makVrv::DtSpeedTreeSettingsWidget::~DtSpeedTreeSettingsWidget | ( | ) |
Destructor.
|
virtual |
Sets the label for the units.
Implements makVrv::DtSpeedTreeSettingsInterface.
|
virtual |
Updates the GUI with the performance profile.
Implements makVrv::DtSpeedTreeSettingsInterface.
|
virtual |
Updates the GUI with the tree clipping distance.
Implements makVrv::DtSpeedTreeSettingsInterface.
|
virtual |
Updates the GUI with the tree LOD distances.
Implements makVrv::DtSpeedTreeSettingsInterface.
|
slot |
|
slot |
|
slot |