NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Types | Public Attributes | List of all members
ns::ui::StyledWidget< T > Class Template Reference
Inheritance diagram for ns::ui::StyledWidget< T >:
ns::ui::Widget

Public Types

using Style = T
 

Public Attributes

style
 

Additional Inherited Members

- Public Member Functions inherited from ns::ui::Widget
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 inherited from ns::ui::Widget
enum  Type { None = 0, Parent = 1 << 0, Styled = 1 << 1, Clickable = 1 << 2 }
 
- Protected Member Functions inherited from ns::ui::Widget
void call (CursorCallback cb_type)
 
virtual void call (ClickCallback cb_type)
 
- Protected Attributes inherited from ns::ui::Widget
GuiRootm_root = nullptr
 
Containerm_parent = nullptr
 
unsigned m_type = Type::None
 

Detailed Description

template<typename T>
class ns::ui::StyledWidget< T >

Definition at line 56 of file Widget.hpp.


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