Leaf class for value strategy for ColorFilterSettings. More...
#include <ColorFilterSettingsStrategyValue.h>
Public Member Functions | |
| ColorFilterSettingsStrategyValue () | |
| Single constructor. | |
| 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. | |
Leaf class for value strategy for ColorFilterSettings.
Definition at line 13 of file ColorFilterSettingsStrategyValue.h.
1.8.5