VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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. More...
 
virtual ~DtOceanRenderSettingsLogic ()
 DTOR. More...
 

Protected Member Functions

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

Persistence slots

DtSignalConnectionManager myConnections
 
DtOceanRenderSettingsInterfacemyInterface
 
DtPersistenceControlsInterfacemyPersistenceControls
 
DtDemyDe
 
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 *)
 Called when settings are restored. More...
 

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::slot_onChangeOceanQuality ( unsigned int  quality)
protected

Ocean Quality was changed by user.

void makVrv::DtOceanRenderSettingsLogic::slot_planarReflectionsShowSpeedTreesChanged ( bool  val)
protected

Called when planar reflection show speed tree checkbox is changed in the gui.

void makVrv::DtOceanRenderSettingsLogic::on_import ( )
protected
void makVrv::DtOceanRenderSettingsLogic::on_export ( )
protected
void makVrv::DtOceanRenderSettingsLogic::on_importFilePathChosen ( const std::string &  filePath)
protected
void makVrv::DtOceanRenderSettingsLogic::on_exportFilePathChosen ( const std::string &  filePath)
protected
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
DtOceanRenderSettingsInterface& makVrv::DtOceanRenderSettingsLogic::myInterface
protected
DtPersistenceControlsInterface& makVrv::DtOceanRenderSettingsLogic::myPersistenceControls
protected
DtDe& makVrv::DtOceanRenderSettingsLogic::myDe
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)