NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
ns::ui::Widget Class Referenceabstract
Inheritance diagram for ns::ui::Widget:
ns::ui::ClickableWidget ns::ui::StyledWidget< T > ns::ui::StyledWidget< style::Basic > ns::ui::StyledWidget< style::Button > ns::ui::Button ns::ui::Container ns::ui::Button ns::ui::GuiRoot

Public Member Functions

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
 

Protected Types

enum  Type { None = 0, Parent = 1 << 0, Styled = 1 << 1, Clickable = 1 << 2 }
 

Protected Member Functions

void call (CursorCallback cb_type)
 
virtual void call (ClickCallback cb_type)
 

Protected Attributes

GuiRootm_root = nullptr
 
Containerm_parent = nullptr
 
unsigned m_type = Type::None
 

Detailed Description

Definition at line 19 of file Widget.hpp.


The documentation for this class was generated from the following file: