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