Complete style descriptor for RadioButton.
More...
#include <Malena/Traits/Style/RadioButtonStyle.h>
|
| sf::Color | disabledColor = sf::Color(60, 60, 60) |
| sf::Color | disabledTextColor = sf::Color(120, 120, 120) |
| sf::Color | dotColor = sf::Color(70, 130, 230) |
| sf::Color | dotDisabledColor = sf::Color(200, 200, 200) |
| float | dotScale = 0.5f |
| sf::Color | errorColor = sf::Color(220, 70, 70) |
| sf::Color | fillColor = sf::Color(40, 40, 40) |
| sf::Color | focusColor = sf::Color(100, 60, 200) |
| const sf::Font * | font = &FontManager<>::getDefault() |
| unsigned int | fontSize = 14 |
| unsigned int | fontSizeSmall = 11 |
| sf::Color | hoverColor = sf::Color(70, 130, 230) |
| sf::Color | labelColor = sf::Color::White |
| sf::Color | labelDisabledColor = sf::Color(160, 160, 160) |
| float | labelOffset = 8.f |
| sf::Color | mutedColor = sf::Color(120, 120, 120) |
| sf::Color | outlineColor = sf::Color(100, 100, 100) |
| float | outlineThickness = 1.5f |
| float | padding = 8.f |
| float | radius = 8.f |
| sf::Color | ringColor = sf::Color(120, 120, 120) |
| sf::Color | ringDisabledColor = sf::Color(180, 180, 180) |
| sf::Color | ringHoverColor = sf::Color(80, 80, 80) |
| sf::Color | ringSelectedColor = sf::Color(70, 130, 230) |
| float | ringThickness = 2.f |
| sf::Color | textColor = sf::Color::White |
◆ applyFrom()
Populate all fields from the global Theme token set.
Subclasses call GraphicTheme::applyFrom(t) first, then apply their own token mappings.
Reimplemented from ml::ControlTheme.
Definition at line 37 of file RadioButtonStyle.h.
◆ getDisabledColor()
| sf::Color ml::ControlTheme::getDisabledColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getDisabledTextColor()
| sf::Color ml::ControlTheme::getDisabledTextColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getDotColor()
| sf::Color ml::RadioButtonTheme::getDotColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getDotDisabledColor()
| sf::Color ml::RadioButtonTheme::getDotDisabledColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getDotScale()
| float ml::RadioButtonSettings::getDotScale |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getErrorColor()
| sf::Color ml::ControlTheme::getErrorColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getFillColor()
| sf::Color ml::GraphicTheme::getFillColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getFocusColor()
| sf::Color ml::ControlTheme::getFocusColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getFont()
| const sf::Font * ml::ControlTheme::getFont |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getFontSize()
| unsigned int ml::ControlTheme::getFontSize |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getFontSizeSmall()
| unsigned int ml::ControlTheme::getFontSizeSmall |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getHoverColor()
| sf::Color ml::ControlTheme::getHoverColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getLabelColor()
| sf::Color ml::RadioButtonTheme::getLabelColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getLabelDisabledColor()
| sf::Color ml::RadioButtonTheme::getLabelDisabledColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getLabelOffset()
| float ml::RadioButtonSettings::getLabelOffset |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getMutedColor()
| sf::Color ml::ControlTheme::getMutedColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getOutlineColor()
| sf::Color ml::GraphicTheme::getOutlineColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getOutlineThickness()
| float ml::GraphicTheme::getOutlineThickness |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getPadding()
| float ml::ControlTheme::getPadding |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRadius()
| float ml::GraphicTheme::getRadius |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRingColor()
| sf::Color ml::RadioButtonTheme::getRingColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRingDisabledColor()
| sf::Color ml::RadioButtonTheme::getRingDisabledColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRingHoverColor()
| sf::Color ml::RadioButtonTheme::getRingHoverColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRingSelectedColor()
| sf::Color ml::RadioButtonTheme::getRingSelectedColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getRingThickness()
| float ml::RadioButtonTheme::getRingThickness |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getTextColor()
| sf::Color ml::ControlTheme::getTextColor |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ setDisabledColor()
| void ml::ControlTheme::setDisabledColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setDisabledTextColor()
| void ml::ControlTheme::setDisabledTextColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setDotColor()
| void ml::RadioButtonTheme::setDotColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setDotDisabledColor()
| void ml::RadioButtonTheme::setDotDisabledColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setDotScale()
| void ml::RadioButtonSettings::setDotScale |
( |
float | s | ) |
|
|
inlineinherited |
◆ setErrorColor()
| void ml::ControlTheme::setErrorColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setFillColor()
| void ml::GraphicTheme::setFillColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setFocusColor()
| void ml::ControlTheme::setFocusColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setFont() [1/2]
| void ml::ControlTheme::setFont |
( |
const sf::Font && | | ) |
|
|
deleteinherited |
◆ setFont() [2/2]
| void ml::ControlTheme::setFont |
( |
const sf::Font & | f | ) |
|
|
inlineinherited |
◆ setFontSize()
| void ml::ControlTheme::setFontSize |
( |
unsigned int | s | ) |
|
|
inlineinherited |
◆ setFontSizeSmall()
| void ml::ControlTheme::setFontSizeSmall |
( |
unsigned int | s | ) |
|
|
inlineinherited |
◆ setHoverColor()
| void ml::ControlTheme::setHoverColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setLabelColor()
| void ml::RadioButtonTheme::setLabelColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setLabelDisabledColor()
| void ml::RadioButtonTheme::setLabelDisabledColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setLabelOffset()
| void ml::RadioButtonSettings::setLabelOffset |
( |
float | o | ) |
|
|
inlineinherited |
◆ setMutedColor()
| void ml::ControlTheme::setMutedColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setOutlineColor()
| void ml::GraphicTheme::setOutlineColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setOutlineThickness()
| void ml::GraphicTheme::setOutlineThickness |
( |
float | t | ) |
|
|
inlineinherited |
◆ setPadding()
| void ml::ControlTheme::setPadding |
( |
float | p | ) |
|
|
inlineinherited |
◆ setRadius()
| void ml::GraphicTheme::setRadius |
( |
float | r | ) |
|
|
inlineinherited |
◆ setRingColor()
| void ml::RadioButtonTheme::setRingColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setRingDisabledColor()
| void ml::RadioButtonTheme::setRingDisabledColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setRingHoverColor()
| void ml::RadioButtonTheme::setRingHoverColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setRingSelectedColor()
| void ml::RadioButtonTheme::setRingSelectedColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ setRingThickness()
| void ml::RadioButtonTheme::setRingThickness |
( |
float | t | ) |
|
|
inlineinherited |
◆ setTextColor()
| void ml::ControlTheme::setTextColor |
( |
const sf::Color & | c | ) |
|
|
inlineinherited |
◆ disabledColor
◆ disabledTextColor
◆ dotColor
◆ dotDisabledColor
◆ dotScale
| float ml::RadioButtonSettings::dotScale = 0.5f |
|
inherited |
◆ errorColor
◆ fillColor
◆ focusColor
◆ font
◆ fontSize
| unsigned int ml::ControlTheme::fontSize = 14 |
|
inherited |
◆ fontSizeSmall
| unsigned int ml::ControlTheme::fontSizeSmall = 11 |
|
inherited |
◆ hoverColor
◆ labelColor
◆ labelDisabledColor
◆ labelOffset
| float ml::RadioButtonSettings::labelOffset = 8.f |
|
inherited |
◆ mutedColor
◆ outlineColor
◆ outlineThickness
| float ml::GraphicTheme::outlineThickness = 1.5f |
|
inherited |
◆ padding
| float ml::ControlTheme::padding = 8.f |
|
inherited |
◆ radius
| float ml::GraphicTheme::radius = 8.f |
|
inherited |
◆ ringColor
◆ ringDisabledColor
◆ ringHoverColor
◆ ringSelectedColor
◆ ringThickness
| float ml::RadioButtonTheme::ringThickness = 2.f |
|
inherited |
◆ textColor
The documentation for this struct was generated from the following file: