Loading...
Searching...
No Matches
ml::RadioButtonWith< MANIFEST > Member List

This is the complete list of members for ml::RadioButtonWith< MANIFEST >, including all inherited members.

applyFrom(const Theme &t) overrideml::RadioButtonThemeinlinevirtual
applySettings(const S &s)ml::RadioButtoninline
applyStyle(const St &s)ml::RadioButtoninline
applyTheme(const T &t)ml::RadioButtoninline
Customizable()=defaultml::Customizable< MANIFEST >
deselect()ml::RadioButton
disabledColorml::ControlTheme
disabledTextColorml::ControlTheme
dotColorml::RadioButtonTheme
dotDisabledColorml::RadioButtonTheme
dotScaleml::RadioButtonSettings
draw(sf::RenderTarget &target, sf::RenderStates states) const overrideml::RadioButtonprotected
errorColorml::ControlTheme
fillColorml::GraphicTheme
Flag typedefml::RadioButton
focusColorml::ControlTheme
fontml::ControlTheme
fontSizeml::ControlTheme
fontSizeSmallml::ControlTheme
getDisabledColor() constml::ControlThemeinline
getDisabledTextColor() constml::ControlThemeinline
getDotColor() constml::RadioButtonThemeinline
getDotDisabledColor() constml::RadioButtonThemeinline
getDotScale() constml::RadioButtonSettingsinline
getErrorColor() constml::ControlThemeinline
getFillColor() constml::GraphicThemeinline
getFocusColor() constml::ControlThemeinline
getFont() constml::ControlThemeinline
getFontSize() constml::ControlThemeinline
getFontSizeSmall() constml::ControlThemeinline
getGlobalBounds() const overrideml::RadioButton
getHoverColor() constml::ControlThemeinline
getLabel() constml::RadioButton
getLabelColor() constml::RadioButtonThemeinline
getLabelDisabledColor() constml::RadioButtonThemeinline
getLabelOffset() constml::RadioButtonSettingsinline
getMutedColor() constml::ControlThemeinline
getOutlineColor() constml::GraphicThemeinline
getOutlineThickness() constml::GraphicThemeinline
getPadding() constml::ControlThemeinline
getPosition() const overrideml::RadioButton
getRadius() constml::GraphicThemeinline
getRingColor() constml::RadioButtonThemeinline
getRingDisabledColor() constml::RadioButtonThemeinline
getRingHoverColor() constml::RadioButtonThemeinline
getRingSelectedColor() constml::RadioButtonThemeinline
getRingThickness() constml::RadioButtonThemeinline
getState() constml::StateManager< extract_State< MANIFEST >::type >
getTextColor() constml::ControlThemeinline
hoverColorml::ControlTheme
isEnabled() constml::RadioButton
isSelected() constml::RadioButton
isSettingsLocked() constml::Themeableinline
isState(T state) constml::StateManager< extract_State< MANIFEST >::type >
isThemeLocked() constml::Themeableinline
labelColorml::RadioButtonTheme
labelDisabledColorml::RadioButtonTheme
labelOffsetml::RadioButtonSettings
lockSettings()ml::Themeableinline
lockTheme()ml::Themeableinline
manifest_type typedefml::Customizable< MANIFEST >
mutedColorml::ControlTheme
onDeselected(std::function< void()> callback)ml::Selectable
onDeselected(std::function< void(const std::optional< sf::Event > &)> callback)ml::Selectable
onSelected(std::function< void()> callback)ml::Selectable
onSelected(std::function< void(const std::optional< sf::Event > &)> callback)ml::Selectable
onStateEnter(std::function< void(T)> callback)ml::StateManager< extract_State< MANIFEST >::type >
onStateExit(std::function< void(T)> callback)ml::StateManager< extract_State< MANIFEST >::type >
onThemeApplied(const Theme &theme) overrideml::RadioButtonprotectedvirtual
ml::operator=(const ControlSettings &c)ml::RadioButtonSettingsinline
ml::operator=(const GraphicSettings &g)ml::RadioButtonSettingsinline
ml::RadioButtonTheme::operator=(const ControlTheme &c)ml::RadioButtonThemeinline
ml::RadioButtonTheme::operator=(const GraphicTheme &g)ml::RadioButtonThemeinline
outlineColorml::GraphicTheme
outlineThicknessml::GraphicTheme
paddingml::ControlTheme
process(const std::string &key, const std::optional< sf::Event > &event)ml::EventReceivervirtual
process(ENUM_TYPE eventName, const std::optional< sf::Event > &event)ml::EventReceiver
RadioButton(const std::string &label="", const sf::Font &font=FontManager<>::getDefault())ml::RadioButtonWith< MANIFEST >explicit
radiusml::GraphicTheme
ringColorml::RadioButtonTheme
ringDisabledColorml::RadioButtonTheme
ringHoverColorml::RadioButtonTheme
ringSelectedColorml::RadioButtonTheme
ringThicknessml::RadioButtonTheme
select()ml::RadioButton
setDisabledColor(const sf::Color &c)ml::ControlThemeinline
setDisabledTextColor(const sf::Color &c)ml::ControlThemeinline
setDotColor(const sf::Color &c)ml::RadioButtonThemeinline
setDotDisabledColor(const sf::Color &c)ml::RadioButtonThemeinline
setDotScale(float s)ml::RadioButtonSettingsinline
setEnabled(bool enabled)ml::RadioButton
setErrorColor(const sf::Color &c)ml::ControlThemeinline
setFillColor(const sf::Color &c)ml::GraphicThemeinline
setFocusColor(const sf::Color &c)ml::ControlThemeinline
setFont(const sf::Font &f)ml::ControlThemeinline
setFont(const sf::Font &&)=deleteml::ControlTheme
setFontSize(unsigned int s)ml::ControlThemeinline
setFontSizeSmall(unsigned int s)ml::ControlThemeinline
setHoverColor(const sf::Color &c)ml::ControlThemeinline
setLabel(const std::string &label)ml::RadioButton
setLabelColor(const sf::Color &c)ml::RadioButtonThemeinline
setLabelDisabledColor(const sf::Color &c)ml::RadioButtonThemeinline
setLabelOffset(float o)ml::RadioButtonSettingsinline
setMutedColor(const sf::Color &c)ml::ControlThemeinline
setOutlineColor(const sf::Color &c)ml::GraphicThemeinline
setOutlineThickness(float t)ml::GraphicThemeinline
setPadding(float p)ml::ControlThemeinline
setPosition(const sf::Vector2f &position) overrideml::RadioButton
setRadius(float r)ml::GraphicThemeinline
setRingColor(const sf::Color &c)ml::RadioButtonThemeinline
setRingDisabledColor(const sf::Color &c)ml::RadioButtonThemeinline
setRingHoverColor(const sf::Color &c)ml::RadioButtonThemeinline
setRingSelectedColor(const sf::Color &c)ml::RadioButtonThemeinline
setRingThickness(float t)ml::RadioButtonThemeinline
setState(T newState)ml::StateManager< extract_State< MANIFEST >::type >
setTextColor(const sf::Color &c)ml::ControlThemeinline
State typedefml::RadioButton
StateManager(std::enable_if_t<!std::is_void_v< T >, T > initialState)ml::StateManager< extract_State< MANIFEST >::type >explicit
textColorml::ControlTheme
Themeable()ml::Themeableinline
unlockSettings()ml::Themeableinline
unlockTheme()ml::Themeableinline
~Customizable()=defaultml::Customizable< MANIFEST >virtual
~EventReceiver()=defaultml::EventReceivervirtual
~GraphicSettings()=defaultml::GraphicSettingsvirtual
~GraphicTheme()=defaultml::GraphicThemevirtual
~Themeable()ml::Themeableinlinevirtual