3
4
5
6
7
8
9
10
11
12
15#include <pu/ui/elm/elm_Element.hpp>
17#include <bits/stdc++.h>
34 this->elems.push_back(elem);
42 return std::find(
this->elems.begin(),
this->elems.end(), elem) !=
this->elems.end();
Definition ui_Container.hpp:21
i32 x
Definition ui_Container.hpp:23
std::vector< elm::Element::Ref > elems
Definition ui_Container.hpp:27
i32 w
Definition ui_Container.hpp:25
bool Has(elm::Element::Ref &elem)
Definition ui_Container.hpp:41
void Clear()
Definition ui_Container.hpp:45
std::vector< elm::Element::Ref > & GetElements()
Definition ui_Container.hpp:37
Container(const i32 x, const i32 y, const i32 width, const i32 height)
Definition ui_Container.hpp:30
i32 y
Definition ui_Container.hpp:24
i32 h
Definition ui_Container.hpp:26
void Add(elm::Element::Ref elem)
Definition ui_Container.hpp:33
Definition elm_Element.hpp:37
Definition elm_Button.hpp:18
#define PU_SMART_CTOR(type)
Definition pu_Include.hpp:20
#define PU_CLASS_POD_GETSET(fn_name, var_name, type)
Definition pu_Include.hpp:37