lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
lmgl::ui::Toggle Member List

This is the complete list of members for lmgl::ui::Toggle, including all inherited members.

add_child(const std::shared_ptr< UIElement > child)lmgl::ui::UIElement
contains_point(float x, float y, float canvas_width, float canvas_height) constlmgl::ui::Toggle
get_absolute_position(float canvas_width, float canvas_height) constlmgl::ui::UIElement
get_anchor() constlmgl::ui::UIElementinline
get_children() constlmgl::ui::UIElementinline
get_name() constlmgl::ui::UIElementinline
get_parent() constlmgl::ui::UIElementinline
get_position() constlmgl::ui::UIElementinline
get_render_order() constlmgl::ui::UIElementinline
get_size() constlmgl::ui::UIElementinline
get_text()lmgl::ui::Toggleinline
handle_click(float x, float y, float canvas_width, float canvas_height)lmgl::ui::Toggle
is_checked() constlmgl::ui::Toggleinline
is_visible() constlmgl::ui::UIElementinline
m_anchorlmgl::ui::UIElementprotected
m_childrenlmgl::ui::UIElementprotected
m_namelmgl::ui::UIElementprotected
m_parentlmgl::ui::UIElementprotected
m_positionlmgl::ui::UIElementprotected
m_render_orderlmgl::ui::UIElementprotected
m_sizelmgl::ui::UIElementprotected
m_visiblelmgl::ui::UIElementprotected
remove_child(const std::shared_ptr< UIElement > child)lmgl::ui::UIElement
render(float canvas_width, float canvas_height, const glm::mat4 &projection) overridelmgl::ui::Togglevirtual
set_anchor(Anchor anchor)lmgl::ui::UIElementinline
set_box_size(float size)lmgl::ui::Toggleinline
set_checked(bool checked)lmgl::ui::Toggle
set_label(const std::string &label)lmgl::ui::Toggle
set_name(const std::string &name)lmgl::ui::UIElementinline
set_on_toggle(std::function< void(bool)> callback)lmgl::ui::Toggleinline
set_position(const glm::vec2 &position)lmgl::ui::UIElementinline
set_render_order(int order)lmgl::ui::UIElementinline
set_size(const glm::vec2 &size)lmgl::ui::UIElementinline
set_visible(bool visible)lmgl::ui::UIElementinline
Toggle(const std::string &label="Toggle", const std::string &name="Toggle")lmgl::ui::Toggle
UIElement(const std::string &name="UIElement")lmgl::ui::UIElement
~Toggle() override=defaultlmgl::ui::Toggle
~UIElement()=defaultlmgl::ui::UIElementvirtual