![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtSpeedTreeSettingsLogic class provides the logic for how to change the speedtree settings. More...

Public Member Functions | |
| DtSpeedTreeSettingsLogic (DtDe &de, DtSpeedTreeSettingsInterface &iFace, DtPersistenceControlsInterface &pIFace) | |
| ~DtSpeedTreeSettingsLogic () | |
| virtual void | sendSettingsToGui () |
| Update the GUI with DtForest settings. | |
| void | slot_onClippingPlaneChanged (float) |
| void | slot_onLodChanged (float, float) |
| void | slot_onPerformanceProfileChanged (int index) |
| virtual void | on_import () |
| Persistence slots: | |
| virtual void | on_export () |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
| virtual void | settingsRestored () |
Protected Attributes | |
| DtDe & | myDe |
| DtSpeedTreeSettingsInterface & | myInterface |
| DtPersistenceControlsInterface & | myPersistenceInterface |
The DtSpeedTreeSettingsLogic class provides the logic for how to change the speedtree settings.
| makVrv::DtSpeedTreeSettingsLogic::DtSpeedTreeSettingsLogic | ( | DtDe & | de, |
| DtSpeedTreeSettingsInterface & | iFace, | ||
| DtPersistenceControlsInterface & | pIFace | ||
| ) |
| virtual void makVrv::DtSpeedTreeSettingsLogic::sendSettingsToGui | ( | ) | [virtual] |
Update the GUI with DtForest settings.
| void makVrv::DtSpeedTreeSettingsLogic::slot_onLodChanged | ( | float | , |
| float | |||
| ) |
| void makVrv::DtSpeedTreeSettingsLogic::slot_onPerformanceProfileChanged | ( | int | index | ) |
| virtual void makVrv::DtSpeedTreeSettingsLogic::on_import | ( | ) | [virtual] |
Persistence slots:
| virtual void makVrv::DtSpeedTreeSettingsLogic::on_export | ( | ) | [virtual] |
| virtual void makVrv::DtSpeedTreeSettingsLogic::on_importFilePathChosen | ( | const std::string & | filePath | ) | [virtual] |
| virtual void makVrv::DtSpeedTreeSettingsLogic::on_exportFilePathChosen | ( | const std::string & | filePath | ) | [virtual] |
| virtual void makVrv::DtSpeedTreeSettingsLogic::settingsRestored | ( | ) | [virtual] |
DtDe& makVrv::DtSpeedTreeSettingsLogic::myDe [protected] |
DtPersistenceControlsInterface& makVrv::DtSpeedTreeSettingsLogic::myPersistenceInterface [protected] |