The DtSpeedTreeSettingsInterface provides the interface of the GUI to the speedtree settings logic.
More...
Detailed Description
The DtSpeedTreeSettingsInterface provides the interface of the GUI to the speedtree settings logic.
Constructor & Destructor Documentation
| virtual makVrv::DtSpeedTreeSettingsInterface::~DtSpeedTreeSettingsInterface |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtSpeedTreeSettingsInterface::setUnitsLabel |
( |
const DtUnicode & |
label | ) |
|
|
pure virtual |
| virtual void makVrv::DtSpeedTreeSettingsInterface::setPerformanceProfile |
( |
int |
index | ) |
|
|
pure virtual |
| virtual void makVrv::DtSpeedTreeSettingsInterface::setTreeClippingPlane |
( |
float |
farClip | ) |
|
|
pure virtual |
| virtual void makVrv::DtSpeedTreeSettingsInterface::setTreeLodDistances |
( |
float |
nearLod, |
|
|
float |
farLod |
|
) |
| |
|
pure virtual |
Member Data Documentation
| boost::signal<void (float)> makVrv::DtSpeedTreeSettingsInterface::signal_ClippingPlaneChanged |
Signal emitted when the user changes the clipping plane.
Connected to a slot in the logic.
| boost::signal<void (float,float)> makVrv::DtSpeedTreeSettingsInterface::signal_LodChanged |
Signal emitted when the user changed the Lod.
Connected to a slot in the logic.
| boost::signal<void (int)> makVrv::DtSpeedTreeSettingsInterface::signal_performanceProfileChanged |
The documentation for this class was generated from the following file: