Type containing a list of elements.
More...
#include <ui_Container.hpp>
Type containing a list of elements.
◆ Container()
pu::ui::Container::Container |
( |
const i32 | x, |
|
|
const i32 | y, |
|
|
const i32 | width, |
|
|
const i32 | height ) |
|
inline |
Creates a new Container with the specified position and size.
- Parameters
-
◆ Add()
void pu::ui::Container::Add |
( |
elm::Element::Ref | elem | ) |
|
|
inline |
◆ Clear()
void pu::ui::Container::Clear |
( |
| ) |
|
|
inline |
◆ GetElements()
std::vector< elm::Element::Ref > & pu::ui::Container::GetElements |
( |
| ) |
|
|
inline |
◆ Has()
bool pu::ui::Container::Has |
( |
elm::Element::Ref & | elem | ) |
|
|
inline |
Gets whether the Container has the specified Element.
- Parameters
-
elem | The Element to check. |
- Returns
- Whether the Container has the specified Element.
◆ PreRender()
void pu::ui::Container::PreRender |
( |
| ) |
|
Function to be invoked before rendering the Container.
- Note
- This function is not meant to be called by the user. Application will call it internally.
◆ elems
std::vector<elm::Element::Ref> pu::ui::Container::elems |
|
protected |
The documentation for this class was generated from the following file: