#include <ui_Container.hpp>
pu::ui::Container::Container |
( |
i32 |
X, |
|
|
i32 |
Y, |
|
|
i32 |
Width, |
|
|
i32 |
Height |
|
) |
| |
template<typename Elem >
void pu::ui::Container::Add |
( |
std::shared_ptr< Elem > |
Elm | ) |
|
|
inline |
elm::Element::Ref& pu::ui::Container::At |
( |
i32 |
Index | ) |
|
void pu::ui::Container::Clear |
( |
| ) |
|
i32 pu::ui::Container::GetCount |
( |
| ) |
|
i32 pu::ui::Container::GetHeight |
( |
| ) |
|
i32 pu::ui::Container::GetWidth |
( |
| ) |
|
i32 pu::ui::Container::GetX |
( |
| ) |
|
i32 pu::ui::Container::GetY |
( |
| ) |
|
bool pu::ui::Container::Has |
( |
elm::Element::Ref & |
Elm | ) |
|
void pu::ui::Container::PreRender |
( |
| ) |
|
void pu::ui::Container::SetHeight |
( |
i32 |
Height | ) |
|
void pu::ui::Container::SetWidth |
( |
i32 |
Width | ) |
|
void pu::ui::Container::SetX |
( |
i32 |
X | ) |
|
void pu::ui::Container::SetY |
( |
i32 |
Y | ) |
|
std::vector<elm::Element::Ref> pu::ui::Container::elms |
|
protected |
The documentation for this class was generated from the following file: