1#ifndef INTEGERSETTING_HH
2#define INTEGERSETTING_HH
15 int initialValue,
int minValue,
int maxValue,
18 [[nodiscard]] std::string_view
getTypeString()
const override;
A Setting with an integer value.
int getInt() const noexcept
void additionalInfo(TclObject &result) const override
Helper method for info().
std::string_view getTypeString() const override
Returns a string describing the setting type (integer, string, ..) Could be used in a GUI to pick an ...
Interpreter & getInterpreter() const
const TclObject & getValue() const final
Gets the current value of this setting as a TclObject.
int getInt(Interpreter &interp) const
This file implemented 3 utility functions: