Plutonium framework API  0.3
Simple UI framework for libnx and SDL2
pu::ui::elm::Button Member List

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

Button(i32 X, i32 Y, i32 Width, i32 Height, String Content, Color TextColor, Color Color)pu::ui::elm::Button
Element()pu::ui::elm::Element
GetColor()pu::ui::elm::Button
GetContent()pu::ui::elm::Button
GetHeight()pu::ui::elm::Buttonvirtual
GetHorizontalAlign()pu::ui::elm::Element
GetParent()pu::ui::elm::Element
GetProcessedX()pu::ui::elm::Element
GetProcessedY()pu::ui::elm::Element
GetVerticalAlign()pu::ui::elm::Element
GetWidth()pu::ui::elm::Buttonvirtual
GetX()pu::ui::elm::Buttonvirtual
GetY()pu::ui::elm::Buttonvirtual
halignpu::ui::elm::Elementprotected
HasParent()pu::ui::elm::Element
IsVisible()pu::ui::elm::Element
OnInput(u64 Down, u64 Up, u64 Held, Touch Pos)pu::ui::elm::Buttonvirtual
OnRender(render::Renderer::Ref &Drawer, i32 X, i32 Y)pu::ui::elm::Buttonvirtual
parentpu::ui::elm::Elementprotected
SetColor(Color Color)pu::ui::elm::Button
SetContent(String Content)pu::ui::elm::Button
SetContentFont(String font_name)pu::ui::elm::Button
SetHeight(i32 Height)pu::ui::elm::Button
SetHorizontalAlign(HorizontalAlign Align)pu::ui::elm::Element
SetOnClick(std::function< void()> ClickCallback)pu::ui::elm::Button
SetParent(void *Base)pu::ui::elm::Element
SetVerticalAlign(VerticalAlign Align)pu::ui::elm::Element
SetVisible(bool Visible)pu::ui::elm::Element
SetWidth(i32 Width)pu::ui::elm::Button
SetX(i32 X)pu::ui::elm::Button
SetY(i32 Y)pu::ui::elm::Button
valignpu::ui::elm::Elementprotected
visiblepu::ui::elm::Elementprotected
~Button()pu::ui::elm::Button
~Element()pu::ui::elm::Elementvirtual