|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
This is the complete list of members for lmgl::ui::Canvas, including all inherited members.
| add_element(std::shared_ptr< UIElement > element) | lmgl::ui::Canvas | |
| Canvas(int width=1920, int height=1080) | lmgl::ui::Canvas | |
| get_elements() const | lmgl::ui::Canvas | inline |
| get_height() const | lmgl::ui::Canvas | inline |
| get_projection_matrix() const | lmgl::ui::Canvas | inline |
| get_width() const | lmgl::ui::Canvas | inline |
| is_visible() const | lmgl::ui::Canvas | inline |
| remove_element(std::shared_ptr< UIElement > element) | lmgl::ui::Canvas | |
| render() | lmgl::ui::Canvas | |
| resize(int width, int height) | lmgl::ui::Canvas | |
| set_visible(bool visible) | lmgl::ui::Canvas | inline |
| ~Canvas()=default | lmgl::ui::Canvas |