1#ifndef STRINGSETTING_HH
2#define STRINGSETTING_HH
15 [[nodiscard]] std::string_view
getTypeString()
const override;
const TclObject & getValue() const final
Gets the current value of this setting as a TclObject.
void setValue(const TclObject &newValue) final
Change the value of this setting to the given value.
zstring_view getString() const noexcept
std::string_view getTypeString() const override
Returns a string describing the setting type (integer, string, ..) Could be used in a GUI to pick an ...
void setString(std::string_view str)
zstring_view getString() const
Like std::string_view, but with the extra guarantee that it refers to a zero-terminated string.
This file implemented 3 utility functions: