NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
void | setCallback (ClickCallback cb_type, std::function< void(Widget *)> cb) |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
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 66 of file Widget.hpp.