|
void | setTextAlign (TextAlign alignement) |
|
auto | getGlobalBounds () const -> sf::FloatRect override |
|
auto | contains (const sf::Vector2f &pos) const -> bool override |
|
void | draw (sf::RenderTarget &target, sf::RenderStates states) const override |
|
void | setCallback (CursorCallback cb_type, std::function< void(Widget *)> cb) |
|
auto | isHovered () const -> bool |
|
auto | isFocused () const -> bool |
|
void | setCallback (ClickCallback cb_type, std::function< void(Widget *)> cb) |
|
|
using | Style = style::Button |
|
enum | Type { None = 0,
Parent = 1 << 0,
Styled = 1 << 1,
Clickable = 1 << 2
} |
|
void | call (CursorCallback cb_type) |
|
GuiRoot * | m_root = nullptr |
|
Container * | m_parent = nullptr |
|
unsigned | m_type = Type::None |
|
Definition at line 14 of file Button.hpp.
The documentation for this class was generated from the following file: