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::Button | virtual |
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::Button | virtual |
GetX() | pu::ui::elm::Button | virtual |
GetY() | pu::ui::elm::Button | virtual |
halign | pu::ui::elm::Element | protected |
HasParent() | pu::ui::elm::Element | |
IsVisible() | pu::ui::elm::Element | |
OnInput(u64 Down, u64 Up, u64 Held, Touch Pos) | pu::ui::elm::Button | virtual |
OnRender(render::Renderer::Ref &Drawer, i32 X, i32 Y) | pu::ui::elm::Button | virtual |
parent | pu::ui::elm::Element | protected |
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 | |
valign | pu::ui::elm::Element | protected |
visible | pu::ui::elm::Element | protected |
~Button() | pu::ui::elm::Button | |
~Element() | pu::ui::elm::Element | virtual |