10 template <
typename Self,
typename Finished>
21 return data().getString(
"color");
29 return data().getDouble(
"fontSize");
37 return data().getDouble(
"min");
45 return data().getDouble(
"max");
53 return data().getDouble(
"value");
61 return data().getBool(
"showValue");
void setValue(float value)
void setShowValue(bool showValue)
void setColor(const std::string &color)
std::string color() const
void setFontSize(float fontSize)