|
Engauge Digitizer
2
|
Leaf class for saturation strategy for ColorFilterSettings. More...
#include <ColorFilterSettingsStrategySaturation.h>


Public Member Functions | |
| ColorFilterSettingsStrategySaturation () | |
| Single constructor. More... | |
| ~ColorFilterSettingsStrategySaturation () | |
| virtual double | high (const ColorFilterSettings &colorFilterSettings) const |
| Return the high value normalized to 0 to 1. More... | |
| virtual double | low (const ColorFilterSettings &colorFilterSettings) const |
| Return the low value normalized to 0 to 1. More... | |
| virtual void | printStream (const ColorFilterSettings &colorFilterSettings, QString indentation, QTextStream &str) const |
| Print the low and high values. More... | |
| virtual void | setHigh (ColorFilterSettings &colorFilterSettings, double s0To1) |
| Set the high value given the normalized value. More... | |
| virtual void | setLow (ColorFilterSettings &colorFilterSettings, double s0To1) |
| Set the low value given the normalized value. More... | |
Public Member Functions inherited from ColorFilterSettingsStrategyAbstractBase | |
| ColorFilterSettingsStrategyAbstractBase () | |
| Single constructor. More... | |
| virtual | ~ColorFilterSettingsStrategyAbstractBase () |
Leaf class for saturation strategy for ColorFilterSettings.
Definition at line 13 of file ColorFilterSettingsStrategySaturation.h.
| ColorFilterSettingsStrategySaturation::ColorFilterSettingsStrategySaturation | ( | ) |
Single constructor.
Definition at line 13 of file ColorFilterSettingsStrategySaturation.cpp.
| ColorFilterSettingsStrategySaturation::~ColorFilterSettingsStrategySaturation | ( | ) |
Definition at line 17 of file ColorFilterSettingsStrategySaturation.cpp.
|
virtual |
Return the high value normalized to 0 to 1.
Implements ColorFilterSettingsStrategyAbstractBase.
Definition at line 21 of file ColorFilterSettingsStrategySaturation.cpp.
|
virtual |
Return the low value normalized to 0 to 1.
Implements ColorFilterSettingsStrategyAbstractBase.
Definition at line 27 of file ColorFilterSettingsStrategySaturation.cpp.
|
virtual |
Print the low and high values.
Implements ColorFilterSettingsStrategyAbstractBase.
Definition at line 33 of file ColorFilterSettingsStrategySaturation.cpp.
|
virtual |
Set the high value given the normalized value.
Implements ColorFilterSettingsStrategyAbstractBase.
Definition at line 41 of file ColorFilterSettingsStrategySaturation.cpp.
|
virtual |
Set the low value given the normalized value.
Implements ColorFilterSettingsStrategyAbstractBase.
Definition at line 47 of file ColorFilterSettingsStrategySaturation.cpp.
1.8.14