Plutonium framework API  0.1
Simple UI framework for libnx and SDL2
pu::element::Button Member List

This is the complete list of members for pu::element::Button, including all inherited members.

afocuspu::element::Elementprotected
Button(u32 X, u32 Y, u32 Width, u32 Height, std::string Content, draw::Color TextColor, draw::Color Color)pu::element::Button
Element()pu::element::Element
fdownpu::element::Elementprotected
fleftpu::element::Elementprotected
frightpu::element::Elementprotected
fuppu::element::Elementprotected
GetColor()pu::element::Button
GetContent()pu::element::Button
GetFocusChangeElement(FocusChangeDirection Direction)pu::element::Element
GetHeight()pu::element::Buttonvirtual
GetWidth()pu::element::Buttonvirtual
GetX()pu::element::Buttonvirtual
GetY()pu::element::Buttonvirtual
IsAffectedByFocus()pu::element::Element
IsVisible()pu::element::Element
OnInput(u64 Down, u64 Up, u64 Held, bool Touch, bool Focus)pu::element::Buttonvirtual
OnRender(render::Renderer *Drawer)pu::element::Buttonvirtual
ProcessInput(void *Lyt, u64 Down, u64 Up, u64 Held, bool Touch)pu::element::Element
SetAffectedByFocus(bool Affected)pu::element::Element
SetColor(draw::Color Color)pu::element::Button
SetContent(std::string Content)pu::element::Button
SetContentFont(render::NativeFont Font)pu::element::Button
SetFocusChangeElement(FocusChangeDirection Direction, Element *ToChange)pu::element::Element
SetHeight(u32 Height)pu::element::Button
SetOnClick(std::function< void()> ClickCallback)pu::element::Button
SetVisible(bool Visible)pu::element::Element
SetWidth(u32 Width)pu::element::Button
SetX(u32 X)pu::element::Button
SetY(u32 Y)pu::element::Button
visiblepu::element::Elementprotected
~Button()pu::element::Button
~Element()pu::element::Elementvirtual