19 class DtOceanRenderSettingsInterface;
20 class DtPersistenceControlsInterface;
23 class DtSettingsBackup;
41 void sendSettingsToGui();
44 void slot_oceanPlanarReflectionsEnabledChanged(
bool enabled);
47 void slot_oceanPlanarReflectionsLODScaleChanged(
float lodScale);
49 void slot_oceanPlanarReflectionsSpecifyFarClipChanged(
bool enabled);
53 void slot_oceanPlanarReflectionsFarClipChanged(
double farClip);
55 void slot_waveSprayEffectChanged(
bool enabled);
59 void slot_rotorWashDecalChanged(
bool enabled);
62 void slot_tidalStreamWakesChanged(
bool enabled);
65 void slot_oceanHeightMapResolutionChanged(
double resolution);
68 void slot_oceanHeightMapTextureSizeChanged(
int val);
71 void slot_regenerateHeightMapPercThresholdChanged(
double threshold);
74 void slot_regenerateCubeMapThresholdChanged(
double threshold);
77 void slot_omitCloudInCubeMapChanged(
bool enabled);
80 void slot_planarReflectionTextureWidthChanged(
int val);
83 void slot_planarReflectionTextureHeightChanged(
int val);
86 void slot_onChangeOceanQuality(
unsigned int quality);
89 void slot_planarReflectionsShowSpeedTreesChanged(
bool val);
97 void on_importFilePathChosen(
const std::string& filePath);
98 void on_exportFilePathChosen(
const std::string& filePath);
DtSignalConnectionManager myConnections
Definition: DtOceanRenderSettingsLogic.h:106
DtDe & myDe
Definition: DtOceanRenderSettingsLogic.h:109
Contains makVrv::DtChannelConfiguration class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
This is the interface which the render settings widget will inherit from and the logic will use to ta...
Definition: DtOceanRenderSettingsInterface.h:19
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtOceanRenderSettingsInterface & myInterface
Definition: DtOceanRenderSettingsLogic.h:107
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
This is the logic for the render settings widget.
Definition: DtOceanRenderSettingsLogic.h:27
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtPersistenceControlsInterface & myPersistenceControls
Definition: DtOceanRenderSettingsLogic.h:108