15 double initialValue,
double minValue,
double maxValue);
17 [[nodiscard]] std::string_view
getTypeString()
const override;
29 const double minValue;
30 const double maxValue;
A Setting with a floating point value.
double getDouble() const noexcept
void additionalInfo(TclObject &result) const override
Helper method for info().
double getMinValue() const
std::string_view getTypeString() const override
Returns a string describing the setting type (integer, string, ..) Could be used in a GUI to pick an ...
double getMaxValue() const
float getFloat() const noexcept
Interpreter & getInterpreter() const
const TclObject & getValue() const final
Gets the current value of this setting as a TclObject.
double getDouble(Interpreter &interp) const
float getFloat(Interpreter &interp) const
This file implemented 3 utility functions: