malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
ml
TextInputBase
ml::TextInputBase Member List
This is the complete list of members for
ml::TextInputBase
, including all inherited members.
_background
ml::TextInputBase
protected
_bgColor
ml::TextInputBase
protected
_bgDisabledColor
ml::TextInputBase
protected
_bgFocusedColor
ml::TextInputBase
protected
_borderColor
ml::TextInputBase
protected
_borderDisabledColor
ml::TextInputBase
protected
_borderErrorColor
ml::TextInputBase
protected
_borderFocusedColor
ml::TextInputBase
protected
_borderThickness
ml::TextInputBase
protected
_charSize
ml::TextInputBase
protected
_disabledTextColor
ml::TextInputBase
protected
_font
ml::TextInputBase
protected
_onChange
ml::TextInputBase
protected
_padding
ml::TextInputBase
protected
_placeholder
ml::TextInputBase
protected
_placeholderColor
ml::TextInputBase
protected
_position
ml::TextInputBase
protected
_showPlaceholder
ml::TextInputBase
protected
_size
ml::TextInputBase
protected
_textColor
ml::TextInputBase
protected
applyBackgroundState
()
ml::TextInputBase
protected
Flag
typedef
ml::TextInputBase
getCharacterSize
() const
ml::TextInputBase
getGlobalBounds
() const override
ml::TextInputBase
getPadding
() const
ml::TextInputBase
getPlaceholder
() const
ml::TextInputBase
getPosition
() const override
ml::TextInputBase
getSize
() const
ml::TextInputBase
hasError
() const
ml::TextInputBase
isEnabled
() const
ml::TextInputBase
isReadOnly
() const
ml::TextInputBase
onChange
(std::function< void(const std::string &)> callback)
ml::TextInputBase
setBackgroundColor
(const sf::Color &color)
ml::TextInputBase
setBackgroundFocusedColor
(const sf::Color &color)
ml::TextInputBase
setBorderColor
(const sf::Color &color)
ml::TextInputBase
setBorderErrorColor
(const sf::Color &color)
ml::TextInputBase
setBorderFocusedColor
(const sf::Color &color)
ml::TextInputBase
setBorderThickness
(float thickness)
ml::TextInputBase
setCharacterSize
(unsigned int size)
ml::TextInputBase
virtual
setEnabled
(bool enabled)
ml::TextInputBase
setError
(bool error)
ml::TextInputBase
setFont
(const sf::Font &font)
ml::TextInputBase
virtual
setFont
(const sf::Font &&)=delete
ml::TextInputBase
setPadding
(float padding)
ml::TextInputBase
setPlaceholder
(const std::string &text)
ml::TextInputBase
setPlaceholderColor
(const sf::Color &color)
ml::TextInputBase
setPosition
(const sf::Vector2f &position) override
ml::TextInputBase
setReadOnly
(bool readonly)
ml::TextInputBase
setSize
(const sf::Vector2f &size)
ml::TextInputBase
virtual
setTextColor
(const sf::Color &color)
ml::TextInputBase
State
typedef
ml::TextInputBase
TextInputBase
(const sf::Font &font=FontManager<>::getDefault())
ml::TextInputBase
explicit
updatePlaceholderPosition
()
ml::TextInputBase
protected