5#ifndef MALENA_CHECKBOXTHEME_H
6#define MALENA_CHECKBOXTHEME_H
Color and font tokens for Checkbox.
void setBoxHoverColor(const sf::Color &c)
void setOutlineColor(const sf::Color &c)
CheckboxTheme & applyFrom(const Theme &t) override
Populate all fields from the global Theme token set.
void setBoxCheckedColor(const sf::Color &c)
sf::Color labelDisabledColor
sf::Color getBoxColor() const
void setLabelColor(const sf::Color &c)
sf::Color getOutlineColor() const
void setBoxColor(const sf::Color &c)
void setLabelDisabledColor(const sf::Color &c)
void setBoxDisabledColor(const sf::Color &c)
void setCheckDisabledColor(const sf::Color &c)
sf::Color getBoxCheckedColor() const
CheckboxTheme & operator=(const GraphicTheme &g)
sf::Color getBoxDisabledColor() const
void setCheckColor(const sf::Color &c)
sf::Color getLabelDisabledColor() const
sf::Color getLabelColor() const
sf::Color getCheckColor() const
sf::Color boxCheckedColor
CheckboxTheme & operator=(const ControlTheme &c)
sf::Color boxDisabledColor
sf::Color getBoxHoverColor() const
sf::Color getCheckDisabledColor() const
sf::Color checkDisabledColor
Theme tokens for interactive UI controls.
ControlTheme & applyFrom(const Theme &t) override
Populate all fields from the global Theme token set.
Theme tokens for all visual components.
Universal design token set applied across all Themeable components.