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


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