#include <ui_Container.hpp>
◆ Container()
pu::ui::Container::Container |
( |
const i32 |
x, |
|
|
const i32 |
y, |
|
|
const i32 |
width, |
|
|
const i32 |
height |
|
) |
| |
|
inline |
◆ Add()
void pu::ui::Container::Add |
( |
elm::Element::Ref |
elem | ) |
|
|
inline |
◆ At()
elm::Element::Ref & pu::ui::Container::At |
( |
const i32 |
idx | ) |
|
|
inline |
◆ Clear()
void pu::ui::Container::Clear |
( |
| ) |
|
|
inline |
◆ GetCount()
size_t pu::ui::Container::GetCount |
( |
| ) |
|
|
inline |
◆ GetHeight()
i32 pu::ui::Container::GetHeight |
( |
| ) |
|
|
inline |
◆ GetWidth()
i32 pu::ui::Container::GetWidth |
( |
| ) |
|
|
inline |
◆ GetX()
i32 pu::ui::Container::GetX |
( |
| ) |
|
|
inline |
◆ GetY()
i32 pu::ui::Container::GetY |
( |
| ) |
|
|
inline |
◆ Has()
bool pu::ui::Container::Has |
( |
elm::Element::Ref & |
elem | ) |
|
|
inline |
◆ PreRender()
void pu::ui::Container::PreRender |
( |
| ) |
|
◆ SetHeight()
void pu::ui::Container::SetHeight |
( |
const i32 |
height | ) |
|
|
inline |
◆ SetWidth()
void pu::ui::Container::SetWidth |
( |
const i32 |
width | ) |
|
|
inline |
◆ SetX()
void pu::ui::Container::SetX |
( |
const i32 |
x | ) |
|
|
inline |
◆ SetY()
void pu::ui::Container::SetY |
( |
const i32 |
y | ) |
|
|
inline |
◆ elems
std::vector<elm::Element::Ref> pu::ui::Container::elems |
|
protected |
The documentation for this class was generated from the following file: