VR-Forces Developer's Guide
 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.

Public Member Functions

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

Protected Member Functions

void sendSettingsToGui ()
 
void slot_oceanPlanarReflectionsEnabledChanged (bool enabled)
 
void slot_oceanPlanarReflectionsLODScaleChanged (float lodScale)
 
void slot_waveSprayEffectChanged (bool enabled)
 
void slot_rotorWashDecalChanged (bool enabled)
 
void slot_tidalStreamWakesChanged (bool enabled)
 
void slot_oceanHeightMapResolutionChanged (double resolution)
 
void slot_oceanHeightMapTextureSizeChanged (int val)
 
void slot_regenerateHeightMapPercThresholdChanged (double threshold)
 
void slot_regenerateCubeMapThresholdChanged (double threshold)
 
void slot_omitCloudInCubeMapChanged (bool enabled)
 
void slot_planarReflectionTextureWidthChanged (int val)
 
void slot_planarReflectionTextureHeightChanged (int val)
 
void slot_onChangeOceanQuality (unsigned int quality)
 
void slot_onChangeOceanSpectralModel (unsigned int spectralModel)
 
void slot_planarReflectionsShowSpeedTreesChanged (bool val)
 

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 *)
 

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_onChangeOceanSpectralModel ( unsigned int  spectralModel)
protected

Ocean spectral model 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

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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)