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

Public Member Functions

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
 
- Public Member Functions inherited from ns::ui::Widget
void setCallback (CursorCallback cb_type, std::function< void(Widget *)> cb)
 
auto isHovered () const -> bool
 
auto isFocused () const -> bool
 
- Public Member Functions inherited from ns::ui::ClickableWidget
void setCallback (ClickCallback cb_type, std::function< void(Widget *)> cb)
 

Public Attributes

sf::Text text
 
- Public Attributes inherited from ns::ui::StyledWidget< style::Button >
style::Button style
 

Additional Inherited Members

- Public Types inherited from ns::ui::StyledWidget< style::Button >
using Style = style::Button
 
- 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)
 
- Protected Attributes inherited from ns::ui::Widget
GuiRootm_root = nullptr
 
Containerm_parent = nullptr
 
unsigned m_type = Type::None
 

Detailed Description

Definition at line 14 of file Button.hpp.


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