![]() |
VR-Forces 5.0.1 Developer's Guide
|
This is the logic for the render settings widget.
Public Member Functions | |
| DtLightingRenderSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtLightingRenderSettingsInterface &widget) | |
| virtual | ~DtLightingRenderSettingsLogic () |
Protected Member Functions | |
| void | sendSettingsToGui () |
| void | slot_lightingDiffuseScaleChanged (float scale) |
| void | slot_lightingAmbientScaleChanged (float scale) |
| void | slot_lightingEmissionScaleChanged (float scale) |
| void | slot_globalAmbientValueSet (double ambientValue) |
| void | slot_useGlobalAmbientSet (bool useGlobalAmbient) |
| void | slot_globalDiffuseValueSet (double diffuseValue) |
| void | slot_useGlobalDiffuseSet (bool useGlobalDiffuse) |
Persistence slots | |
| DtSignalConnectionManager | myConnections |
| DtLightingRenderSettingsInterface & | myInterface |
| DtPersistenceControlsInterface & | myPersistenceControls |
| DtDe & | myDe |
| void | on_import () |
| void | on_export () |
| void | on_importFilePathChosen (const std::string &filePath) |
| void | on_exportFilePathChosen (const std::string &filePath) |
| virtual void | settingsRestored (const DtSettingsBackup *) |
| makVrv::DtLightingRenderSettingsLogic::DtLightingRenderSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtLightingRenderSettingsInterface & | widget | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
Set up the gui with the current Render settings.
|
protected |
Called when diffuse light scale is changed by the gui.
|
protected |
Called when ambient light scale is changed by the gui.
|
protected |
Called when emissive texture scale is changed by the gui.
|
protected |
Called when the ambient value setting is changed by the gui.
|
protected |
Called when the use material ambient value setting is changed by the gui.
|
protected |
Called when the diffuse value setting is changed by the gui.
|
protected |
Called when the use material diffuse value setting is changed by the gui.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protectedvirtual |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
Called when settings are restored. Resets gui if the restored object type is of this class.