![]() |
VR-Forces 4.7 Class Documentation
|
This is the interface which the render settings widget will inherit from and the logic will use to talk to the widget. More...

Public Member Functions | |
| virtual | ~DtRenderSettingsInterface () |
| DTOR. | |
Initializer/Setters for the widgets. | |
| virtual void | setDrawableColorization (bool enabled)=0 |
| Set initial state of drawable colorization checkbox. | |
| virtual void | setWireframeEnabled (bool enabled)=0 |
| Set the wire-frame enabled state. | |
| virtual void | setPerformanceOverlayShown (bool shown)=0 |
| Set the performance overlay widget. | |
| virtual void | setProfilerOverlayShown (bool shown)=0 |
| Set the function profiler overlay widget. | |
| virtual void | setImguiOverlayShown (bool shown)=0 |
| Set the developer debug overlay widget. | |
| virtual void | setChannelProjectionResizePolicy (DtChannelConfiguration::ProjectionResizePolicy policy)=0 |
| Set the channelProjectionResizePolicy. | |
| virtual void | setSymbolTransparency (int scale)=0 |
| Set value for transparency of occluded icons. | |
| virtual void | setTerrainScalingEnabled (bool enabled)=0 |
| Set the current state of terrain scaling. | |
| virtual void | setTerrainScaleFactor (double scaleFactor)=0 |
| Set the terrain scale factor. | |
| virtual void | setTerrainScalingAllowed (bool allowed)=0 |
| Indicate whether terrain scaling is currently allowed. | |
| virtual void | setClearTrackHistoriesOnTerrainScaleChanged (bool clear)=0 |
| Set the clear track histories option checkbox. | |
| virtual void | setUseAutofocus (bool useAutofocus)=0 |
| Set whether to use autofocus for depth of field. | |
| virtual void | setFocalDepth (double focalDepth)=0 |
| Set the focal depth for depth of field. | |
| virtual void | setFocalRange (double focalRange)=0 |
| Set the focal range for depth of field. | |
| virtual void | setWaterOnScreenSize (double size)=0 |
| virtual void | setCrepuscularRaysEnabled (bool state)=0 |
| Set the crepuscular rays (sun rays) state. | |
| virtual void | setComponentVisualizationMode (int state)=0 |
| virtual void | setDistanceUnitLabels (const DtUnicode &unitLabel)=0 |
| Set a label extension to use for all distance-related labels. | |
| virtual void | setDistanceDecimals (int decimals)=0 |
| Set the number of decimal places to use for all distance-related items. | |
| virtual void | setMaxFocalRange (float distance)=0 |
| Set the maximum for focal range widget. | |
| virtual void | setMaxFocalDepth (float distance)=0 |
| Set the maximum for focal depth widget. | |
| virtual void | setAtcGlobalModelEnable (bool state)=0 |
| turns on/off the Alpha to Coverage for models which don't have it set in their model definition | |
| virtual void | setAtcGlobalTerrainEnable (bool state)=0 |
| turns on/off the Alpha to Coverage for terrain patches which don't have it set in the .mtf file | |
| virtual void | setAtcEnableDither (bool state)=0 |
| turns on/off the dither shader for the objects which are using alpha to coverage. | |
This is the interface which the render settings widget will inherit from and the logic will use to talk to the widget.
|
virtual |
DTOR.
|
pure virtual |
Set initial state of drawable colorization checkbox.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the wire-frame enabled state.
| [in] | enabled | is the enabled/disabled state for wire-frame. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the performance overlay widget.
| [in] | shown | is the show/hide state for displaying the overlay. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the function profiler overlay widget.
| [in] | shown | is the show/hide state for displaying the overlay. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the developer debug overlay widget.
| [in] | shown | is the show/hide state for displaying the overlay. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the channelProjectionResizePolicy.
| [in] | policy | describes how to resize channel projections. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set value for transparency of occluded icons.
| [in] | scale | is the transparency value (0 - 32). |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the current state of terrain scaling.
| [in] | enabled | is the enabled/disabled state for terrain scaling. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the terrain scale factor.
| [in] | scaleFactor | is the multiplier for scaling terrain. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Indicate whether terrain scaling is currently allowed.
If not, the terrain scaling enabled and terrain scale factor widgets will be grayed out.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the clear track histories option checkbox.
| [in] | clear | is the enabled/disabled state for clearing histories. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set whether to use autofocus for depth of field.
| [in] | useAutofocus | is the bool for whether to have the camera focus on the object in the center of the screen for depth of field. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the focal depth for depth of field.
| [in] | focalDepth | is the focal distance for depth of field |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the focal range for depth of field.
| [in] | focalRange | is the distance before and after the focalDepth which is in focus |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the crepuscular rays (sun rays) state.
| [in] | state | is the enabled/disabled state for crepuscular rays. |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set a label extension to use for all distance-related labels.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the number of decimal places to use for all distance-related items.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the maximum for focal range widget.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
Set the maximum for focal depth widget.
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
turns on/off the Alpha to Coverage for models which don't have it set in their model definition
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
turns on/off the Alpha to Coverage for terrain patches which don't have it set in the .mtf file
Implemented in makVrv::DtRenderSettingsWidget.
|
pure virtual |
turns on/off the dither shader for the objects which are using alpha to coverage.
Implemented in makVrv::DtRenderSettingsWidget.
| boost::signal<void(void)> makVrv::DtRenderSettingsInterface::signal_reloadShader |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_wireframeSet |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_showPerformanceOverlaySet |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_showProfilerOverlaySet |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_showImguiOverlaySet |
| boost::signal<void(DtChannelConfiguration::ProjectionResizePolicy)> makVrv::DtRenderSettingsInterface::signal_channelProjectionResizePolicySet |
| boost::signal<void(int)> makVrv::DtRenderSettingsInterface::signal_symbolTransparencyChanged |
| boost::signal<void(const std::string&)> makVrv::DtRenderSettingsInterface::signal_activeStatsChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_terrainScalingEnabledChanged |
| boost::signal<void(double)> makVrv::DtRenderSettingsInterface::signal_terrainScaleFactorChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_clearTrackHistoriesOnTerrainScaleChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_dofUseAutofocusChanged |
| boost::signal<void(double)> makVrv::DtRenderSettingsInterface::signal_dofFocalDepthChanged |
| boost::signal<void(double)> makVrv::DtRenderSettingsInterface::signal_dofFocalRangeChanged |
| boost::signal<void(double)> makVrv::DtRenderSettingsInterface::signal_waterOnScreenSizeChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_crepuscularRaysEnabledChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_atcGlobalTerrainEnableChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_atcGlobalModelEnableChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_atcEnableDitherChanged |
| boost::signal<void(int)> makVrv::DtRenderSettingsInterface::signal_componentVisualizationComboChanged |
| boost::signal<void(bool)> makVrv::DtRenderSettingsInterface::signal_colorizeDrawablesChanged |
| boost::signal<void(void)> makVrv::DtRenderSettingsInterface::signal_refreshColorizedDrawables |