#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) |
|
i32 | GetBorderRadius () |
|
void | SetBorderRadius (const i32 border_radius) |
|
Color | GetColor () |
|
void | SetColor (const Color clr) |
|
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 () |
|
virtual i32 | GetX ()=0 |
|
virtual i32 | GetY ()=0 |
|
virtual i32 | GetWidth ()=0 |
|
virtual i32 | GetHeight ()=0 |
|
virtual void | OnRender (render::Renderer::Ref &drawer, const i32 x, const i32 y)=0 |
|
virtual void | OnInput (const u64 keys_down, const u64 keys_up, const u64 keys_held, const TouchPoint touch_pos)=0 |
|
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 |
◆ GetBorderRadius()
i32 pu::ui::elm::Rectangle::GetBorderRadius |
( |
| ) |
|
|
inline |
◆ GetColor()
Color pu::ui::elm::Rectangle::GetColor |
( |
| ) |
|
|
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 |
◆ SetBorderRadius()
void pu::ui::elm::Rectangle::SetBorderRadius |
( |
const i32 |
border_radius | ) |
|
|
inline |
◆ SetColor()
void pu::ui::elm::Rectangle::SetColor |
( |
const Color |
clr | ) |
|
|
inline |
◆ 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: