VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
makVrv::DtOceanRenderSettingsLogic Class Reference

This is the logic for the render settings widget. More...

Public Member Functions

 DtOceanRenderSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtOceanRenderSettingsInterface &widget)
 CTOR.
virtual ~DtOceanRenderSettingsLogic ()
 DTOR.

Protected Member Functions

void sendSettingsToGui ()
 Set up the gui with the current Render settings.
void slot_oceanPlanarReflectionsEnabledChanged (bool enabled)
 Called when planar reflections mode is changed by the gui.
void slot_oceanPlanarReflectionsLODScaleChanged (float lodScale)
 Called when planar reflections LOD scale is changed by the gui.
void slot_waveSprayEffectChanged (bool enabled)
 Called when sea spray effect is changed by the gui.
void slot_rotorWashDecalChanged (bool enabled)
 Called when rotor wash decal is changed by the gui.
void slot_tidalStreamWakesChanged (bool enabled)
 Called when tidal stream wakes is changed by the gui.
void slot_oceanHeightMapResolutionChanged (double resolution)
 Called when ocean height map resolution is changed by the gui.
void slot_oceanHeightMapTextureSizeChanged (int val)
 Called when ocean height map resolution is changed by the gui.
void slot_regenerateHeightMapPercThresholdChanged (double threshold)
 Called when regenerate height map percentage threshold is changed by the gui.
void slot_regenerateCubeMapThresholdChanged (double threshold)
 Called when regenerate cube map threshold is changed by the gui.
void slot_omitCloudInCubeMapChanged (bool enabled)
 Called when omit cloud in cube map is changed by the gui.
void slot_planarReflectionTextureWidthChanged (int val)
 Called when planar reflection texture width is changed by the gui.
void slot_planarReflectionTextureHeightChanged (int val)
 Called when planar reflection texture height is changed by the gui.

Persistence slots

DtSignalConnectionManager myConnections
 Called when settings are restored.
DtOceanRenderSettingsInterfacemyInterface
 Called when settings are restored.
DtPersistenceControlsInterfacemyPersistenceControls
 Called when settings are restored.
DtDemyDe
 Called when settings are restored.
void on_import ()
 Called when settings are restored.
void on_export ()
 Called when settings are restored.
void on_importFilePathChosen (const std::string &filePath)
 Called when settings are restored.
void on_exportFilePathChosen (const std::string &filePath)
 Called when settings are restored.
virtual void settingsRestored (const DtSettingsBackup *)
 Called when settings are restored.

Detailed Description

This is the logic for the render settings widget.

Constructor & Destructor Documentation

makVrv::DtOceanRenderSettingsLogic::DtOceanRenderSettingsLogic ( DtDe de,
DtPersistenceControlsInterface persistenceControls,
DtOceanRenderSettingsInterface widget 
)

CTOR.

virtual makVrv::DtOceanRenderSettingsLogic::~DtOceanRenderSettingsLogic ( )
virtual

DTOR.

Member Function Documentation

void makVrv::DtOceanRenderSettingsLogic::sendSettingsToGui ( )
protected

Set up the gui with the current Render settings.

void makVrv::DtOceanRenderSettingsLogic::slot_oceanPlanarReflectionsEnabledChanged ( bool  enabled)
protected

Called when planar reflections mode is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_oceanPlanarReflectionsLODScaleChanged ( float  lodScale)
protected

Called when planar reflections LOD scale is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_waveSprayEffectChanged ( bool  enabled)
protected

Called when sea spray effect is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_rotorWashDecalChanged ( bool  enabled)
protected

Called when rotor wash decal is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_tidalStreamWakesChanged ( bool  enabled)
protected

Called when tidal stream wakes is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_oceanHeightMapResolutionChanged ( double  resolution)
protected

Called when ocean height map resolution is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_oceanHeightMapTextureSizeChanged ( int  val)
protected

Called when ocean height map resolution is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_regenerateHeightMapPercThresholdChanged ( double  threshold)
protected

Called when regenerate height map percentage threshold is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_regenerateCubeMapThresholdChanged ( double  threshold)
protected

Called when regenerate cube map threshold is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_omitCloudInCubeMapChanged ( bool  enabled)
protected

Called when omit cloud in cube map is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_planarReflectionTextureWidthChanged ( int  val)
protected

Called when planar reflection texture width is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::slot_planarReflectionTextureHeightChanged ( int  val)
protected

Called when planar reflection texture height is changed by the gui.

void makVrv::DtOceanRenderSettingsLogic::on_import ( )
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

void makVrv::DtOceanRenderSettingsLogic::on_export ( )
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

void makVrv::DtOceanRenderSettingsLogic::on_importFilePathChosen ( const std::string &  filePath)
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

void makVrv::DtOceanRenderSettingsLogic::on_exportFilePathChosen ( const std::string &  filePath)
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

virtual void makVrv::DtOceanRenderSettingsLogic::settingsRestored ( const DtSettingsBackup )
protectedvirtual

Called when settings are restored.

Resets gui if the restored object type is of this class

Member Data Documentation

DtSignalConnectionManager makVrv::DtOceanRenderSettingsLogic::myConnections
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

DtOceanRenderSettingsInterface& makVrv::DtOceanRenderSettingsLogic::myInterface
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

DtPersistenceControlsInterface& makVrv::DtOceanRenderSettingsLogic::myPersistenceControls
protected

Called when settings are restored.

Resets gui if the restored object type is of this class

DtDe& makVrv::DtOceanRenderSettingsLogic::myDe
protected

Called when settings are restored.

Resets gui if the restored object type is of this class


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)