#include <elm_Rectangle.hpp>
|
| Rectangle (const i32 x, const i32 y, const i32 width, const i32 height, const Color clr, const i32 border_radius=0) |
|
i32 | GetX () override |
|
void | SetX (const i32 x) |
|
i32 | GetY () override |
|
void | SetY (const i32 y) |
|
i32 | GetWidth () override |
|
void | SetWidth (const i32 width) |
|
i32 | GetHeight () override |
|
void | SetHeight (const i32 height) |
|
void | OnRender (render::Renderer::Ref &drawer, const i32 x, const i32 y) override |
|
void | OnInput (const u64 keys_down, const u64 keys_up, const u64 keys_held, const TouchPoint touch_pos) override |
|
| Element () |
|
virtual | ~Element () |
|
bool | IsVisible () |
|
void | SetVisible (const bool visible) |
|
void | SetHorizontalAlign (const HorizontalAlign align) |
|
HorizontalAlign | GetHorizontalAlign () |
|
void | SetVerticalAlign (const VerticalAlign align) |
|
VerticalAlign | GetVerticalAlign () |
|
void | SetParentContainer (Container *parent_container) |
|
i32 | GetProcessedX () |
|
i32 | GetProcessedY () |
|
◆ Rectangle()
pu::ui::elm::Rectangle::Rectangle |
( |
const i32 | x, |
|
|
const i32 | y, |
|
|
const i32 | width, |
|
|
const i32 | height, |
|
|
const Color | clr, |
|
|
const i32 | border_radius = 0 ) |
|
inline |
◆ GetHeight()
i32 pu::ui::elm::Rectangle::GetHeight |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetWidth()
i32 pu::ui::elm::Rectangle::GetWidth |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetX()
i32 pu::ui::elm::Rectangle::GetX |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetY()
i32 pu::ui::elm::Rectangle::GetY |
( |
| ) |
|
|
inlineoverridevirtual |
◆ OnInput()
void pu::ui::elm::Rectangle::OnInput |
( |
const u64 | keys_down, |
|
|
const u64 | keys_up, |
|
|
const u64 | keys_held, |
|
|
const TouchPoint | touch_pos ) |
|
inlineoverridevirtual |
◆ OnRender()
void pu::ui::elm::Rectangle::OnRender |
( |
render::Renderer::Ref & | drawer, |
|
|
const i32 | x, |
|
|
const i32 | y ) |
|
overridevirtual |
◆ SetHeight()
void pu::ui::elm::Rectangle::SetHeight |
( |
const i32 | height | ) |
|
|
inline |
◆ SetWidth()
void pu::ui::elm::Rectangle::SetWidth |
( |
const i32 | width | ) |
|
|
inline |
◆ SetX()
void pu::ui::elm::Rectangle::SetX |
( |
const i32 | x | ) |
|
|
inline |
◆ SetY()
void pu::ui::elm::Rectangle::SetY |
( |
const i32 | y | ) |
|
|
inline |
The documentation for this class was generated from the following file: