![]() |
VR-Forces 5.0.2 Developer's Guide
|
This widget contains fields for configuring Post Processors.

Public Member Functions | |
| DtPostProcessorSettingsWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtPostProcessorSettingsWidget () |
| virtual void | setLightPointScaleRange (float max, float min, float step) |
| virtual void | setDynamicLightScaleRange (float max, float min, float step) |
| virtual void | setEmissiveTextureScaleRange (float max, float min, float step) |
| virtual void | setSpecularScaleRange (float max, float min, float step) |
| virtual void | setShininessScaleRange (float max, float min, float step) |
| virtual void | setAutoExposureRateScaleRange (float max, float min, float step) |
| virtual void | setAutoExposurePreScaleRange (float max, float min, float step) |
| virtual void | setAutoExposureMinDiffRange (float max, float min, float step) |
| virtual void | setAutoExposureMaxDiffRange (float max, float min, float step) |
| virtual void | setAutoExposureClampMinRange (float max, float min, float step) |
| virtual void | setAutoExposureClampMaxRange (float max, float min, float step) |
| virtual void | setAutoExposurePostScaleRange (float max, float min, float step) |
| virtual void | setBloomScaleRange (float max, float min, float step) |
| virtual void | setStreakIntensityScaleRange (float max, float min, float step) |
| virtual void | setNumStreaksRange (int max, int min, int step) |
| virtual void | setStreaksLenScaleRange (float max, float min, float step) |
| virtual void | setStreakRotationOffsetRange (float max, float min, float step) |
| virtual void | setLensFlareScaleRange (float max, float min, float step) |
| virtual void | setGammaRange (float max, float min, float step) |
| virtual void | setHdrResolutionScaleRange (int max, int min, int step) |
Field Value Getters/Setters | |
| virtual bool | enableHdr () const |
| virtual void | setEnableHdr (bool enabled) |
| virtual bool | enableHdrAutoExposure () const |
| virtual void | setEnableHdrAutoExposure (bool enabled) |
| virtual bool | enableHdrExposureCorrelation () const |
| virtual void | setEnableHdrExposureCorrelation (bool enabled) |
| virtual bool | enableHdrBloom () const |
| virtual void | setEnableHdrBloom (bool enabled) |
| virtual bool | enableHdrStreaks () const |
| virtual void | setEnableHdrStreaks (bool enabled) |
| virtual bool | enableHdrLensFlare () const |
| virtual void | setEnableHdrLensFlare (bool enabled) |
| virtual double | lightPointScale () const |
| virtual void | setLightPointScale (double scale) |
| virtual double | dynamicLightScale () const |
| virtual void | setDynamicLightScale (double scale) |
| virtual double | emissiveTextureScale () const |
| virtual void | setEmissiveTextureScale (double scale) |
| virtual double | specularScale () const |
| virtual void | setSpecularScale (double scale) |
| virtual double | shininessScale () const |
| virtual void | setShininessScale (double scale) |
| virtual double | autoExposureRateScale () const |
| virtual void | setAutoExposureRateScale (double scale) |
| virtual double | autoExposurePreScale () const |
| virtual void | setAutoExposurePreScale (double scale) |
| virtual double | autoExposureMinDiff () const |
| virtual void | setAutoExposureMinDiff (double scale) |
| virtual double | autoExposureMaxDiff () const |
| virtual void | setAutoExposureMaxDiff (double scale) |
| virtual double | autoExposureClampMin () const |
| virtual void | setAutoExposureClampMin (double scale) |
| virtual double | autoExposureClampMax () const |
| virtual void | setAutoExposureClampMax (double scale) |
| virtual double | autoExposurePostScale () const |
| virtual void | setAutoExposurePostScale (double scale) |
| virtual double | bloomScale () const |
| virtual void | setBloomScale (double scale) |
| virtual double | streakIntensityScale () const |
| virtual void | setStreakIntensityScale (double scale) |
| virtual int | numStreaks () const |
| virtual void | setNumStreaks (int count) |
| virtual double | streaksLenScale () const |
| virtual void | setStreaksLenScale (double scale) |
| virtual double | streakRotationOffset () const |
| virtual void | setStreakRotationOffset (double scale) |
| virtual double | lensFlareScale () const |
| virtual void | setLensFlareScale (double scale) |
| virtual double | gamma () const |
| virtual void | setGamma (double scale) |
| virtual int | hdrResolutionScale () const |
| virtual void | setHdrResolutionScale (int scale) |
Public Member Functions inherited from makVrv::DtPostProcessorSettingsInterface | |
| virtual | ~DtPostProcessorSettingsInterface () |
Protected Member Functions | |
| void | connectToSignals () |
| void | updateEnableStateHdrGui () const |
Protected Attributes | |
| DtDe & | myDe |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtPostProcessorSettingsInterface | |
| boost::signalslib::signal < void(bool)> | signal_enableHdrChanged |
| boost::signalslib::signal < void(bool)> | signal_enableHdrAutoExposureChanged |
| boost::signalslib::signal < void(bool)> | signal_enableHdrExposureCorrelationChanged |
| boost::signalslib::signal < void(bool)> | signal_enableHdrBloomChanged |
| boost::signalslib::signal < void(bool)> | signal_enableHdrStreaksChanged |
| boost::signalslib::signal < void(bool)> | signal_enableHdrLensFlareChanged |
| boost::signalslib::signal < void(double)> | signal_lightPointScaleChanged |
| boost::signalslib::signal < void(double)> | signal_dynamicLightScaleChanged |
| boost::signalslib::signal < void(double)> | signal_emissiveTextureScaleChanged |
| boost::signalslib::signal < void(double)> | signal_specularScaleChanged |
| boost::signalslib::signal < void(double)> | signal_shininessScaleChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposureRateScaleChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposurePreScaleChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposureMinDiffChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposureMaxDiffChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposureClampMinChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposureClampMaxChanged |
| boost::signalslib::signal < void(double)> | signal_autoExposurePostScaleChanged |
| boost::signalslib::signal < void(double)> | signal_bloomScaleChanged |
| boost::signalslib::signal < void(double)> | signal_streakIntensityScaleChanged |
| boost::signalslib::signal < void(int)> | signal_numStreaksChanged |
| boost::signalslib::signal < void(double)> | signal_streaksLenScaleChanged |
| boost::signalslib::signal < void(double)> | signal_streakRotationOffsetChanged |
| boost::signalslib::signal < void(double)> | signal_lensFlareScaleChanged |
| boost::signalslib::signal < void(double)> | signal_gammaChanged |
| boost::signalslib::signal < void(int)> | signal_hdrResolutionScaleChanged |
| makVrv::DtPostProcessorSettingsWidget::DtPostProcessorSettingsWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Gets whether or not HDR is enabled.
|
virtual |
Gets whether or not HDR is enabled.
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
virtual |
Implements makVrv::DtPostProcessorSettingsInterface.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protectedslot |
Receives notification that the user changed the enable HDR checkbox.
|
protected |
Connect to widget changed signals. Non-virtual (Called from CTOR).
|
protected |
|
protected |