| add_anchored_object(region &obj) | lxgui::gui::region | |
| addon_ | lxgui::gui::region | protected |
| alpha_ | lxgui::gui::region | protected |
| anchor_list_ | lxgui::gui::region | protected |
| anchored_object_list_ | lxgui::gui::region | protected |
| base typedef | lxgui::gui::layered_region | |
| borders_ | lxgui::gui::region | protected |
| class_name | lxgui::gui::layered_region | static |
| clear_all_anchors() | lxgui::gui::region | |
| copy_from(const region &obj) | lxgui::gui::region | virtual |
| create_glue_(T &self) | lxgui::gui::region | protected |
| defined_borders_ | lxgui::gui::region | protected |
| depends_on(const region &obj) const | lxgui::gui::region | |
| destroy() | lxgui::gui::region | |
| dimensions_ | lxgui::gui::region | protected |
| get_addon() const | lxgui::gui::region | |
| get_alpha() const | lxgui::gui::region | |
| get_anchor(point p) const | lxgui::gui::region | |
| get_anchor_count() const | lxgui::gui::region | |
| get_anchored_objects() const | lxgui::gui::region | |
| get_anchors() const | lxgui::gui::region | |
| get_apparent_dimensions() const | lxgui::gui::region | |
| get_borders() const | lxgui::gui::region | |
| get_bottom() const | lxgui::gui::region | |
| get_center() const | lxgui::gui::region | |
| get_dimensions() const | lxgui::gui::region | |
| get_draw_layer() const | lxgui::gui::layered_region | |
| get_effective_alpha() const | lxgui::gui::region | |
| get_effective_frame_renderer() const | lxgui::gui::region | virtual |
| get_effective_frame_renderer() | lxgui::gui::region | inline |
| get_left() const | lxgui::gui::region | |
| get_lua_() | lxgui::gui::region | protected |
| get_lua_() const | lxgui::gui::region | protected |
| get_lua_member_(const std::string &key) const | lxgui::gui::region | protected |
| get_manager() | lxgui::gui::region | inline |
| get_manager() const | lxgui::gui::region | inline |
| get_name() const | lxgui::gui::region | |
| get_parent() const | lxgui::gui::region | inline |
| get_parent() | lxgui::gui::region | inline |
| get_raw_name() const | lxgui::gui::region | |
| get_region_level() const | lxgui::gui::layered_region | |
| get_region_type() const | lxgui::gui::region | |
| get_registry() | lxgui::gui::region | |
| get_registry() const | lxgui::gui::region | |
| get_right() const | lxgui::gui::region | |
| get_top() const | lxgui::gui::region | |
| get_type_list_() const override | lxgui::gui::layered_region | protectedvirtual |
| get_type_list_impl_() | lxgui::gui::region | protectedstatic |
| hide() | lxgui::gui::region | |
| initialize_(T &self, const region_core_attributes &attr) | lxgui::gui::region | protected |
| is_apparent_height_defined() const | lxgui::gui::region | |
| is_apparent_width_defined() const | lxgui::gui::region | |
| is_in_region(const vector2f &position) const | lxgui::gui::region | virtual |
| is_loaded() const | lxgui::gui::region | |
| is_loaded_ | lxgui::gui::region | protected |
| is_manually_inherited() const | lxgui::gui::region | |
| is_manually_inherited_ | lxgui::gui::region | protected |
| is_region_type(const std::string &type_name) const | lxgui::gui::region | |
| is_region_type() const | lxgui::gui::region | inline |
| is_region_type(const region &obj) const | lxgui::gui::region | inline |
| is_shown() const | lxgui::gui::region | |
| is_shown_ | lxgui::gui::region | protected |
| is_valid() const | lxgui::gui::region | |
| is_valid_ | lxgui::gui::region | protected |
| is_virtual() const | lxgui::gui::region | |
| is_virtual_ | lxgui::gui::region | protected |
| is_visible() const | lxgui::gui::region | |
| is_visible_ | lxgui::gui::region | protected |
| layer_ | lxgui::gui::layered_region | protected |
| layered_region(utils::control_block &block, manager &mgr, const region_core_attributes &attr) | lxgui::gui::layered_region | explicit |
| make_borders_(float &min, float &max, float center, float size) const | lxgui::gui::region | protected |
| manager_ | lxgui::gui::region | protected |
| modify_anchor(point p) | lxgui::gui::region | |
| name_ | lxgui::gui::region | protected |
| notify_borders_need_update() | lxgui::gui::region | virtual |
| notify_invisible() | lxgui::gui::region | virtual |
| notify_loaded() | lxgui::gui::region | virtual |
| notify_renderer_need_redraw() override | lxgui::gui::layered_region | virtual |
| notify_scaling_factor_updated() | lxgui::gui::region | virtual |
| notify_visible() | lxgui::gui::region | virtual |
| operator=(const region &)=delete | lxgui::gui::region | |
| operator=(region &&)=delete | lxgui::gui::region | |
| parent_ | lxgui::gui::region | protected |
| parse_anchor_node_(const layout_node &node) | lxgui::gui::region | protectedvirtual |
| parse_attributes_(const layout_node &node) override | lxgui::gui::layered_region | protectedvirtual |
| parse_color_node_(const layout_node &node) | lxgui::gui::region | protected |
| parse_dimension_node_(const layout_node &node) | lxgui::gui::region | protected |
| parse_file_name(const std::string &file_name) const | lxgui::gui::region | |
| parse_layout(const layout_node &node) override | lxgui::gui::layered_region | virtual |
| parse_offset_node_(const layout_node &node) | lxgui::gui::region | protected |
| parse_offset_node_or_(const layout_node &node, float fallback) | lxgui::gui::region | protected |
| parse_size_node_(const layout_node &node) | lxgui::gui::region | protectedvirtual |
| raw_name_ | lxgui::gui::region | protected |
| read_anchors_(float &left, float &right, float &top, float &bottom, float &x_center, float &y_center) const | lxgui::gui::region | protected |
| region(utils::control_block &block, manager &mgr, const region_core_attributes &attr) | lxgui::gui::region | explicit |
| region(const region &)=delete | lxgui::gui::region | |
| region(region &&)=delete | lxgui::gui::region | |
| region_level_ | lxgui::gui::layered_region | protected |
| register_on_lua(sol::state &lua) | lxgui::gui::layered_region | static |
| release_from_parent() override | lxgui::gui::layered_region | virtual |
| remove_anchored_object(region &obj) | lxgui::gui::region | |
| remove_glue() | lxgui::gui::region | |
| render() const | lxgui::gui::region | virtual |
| round_to_pixel(float value, utils::rounding_method method=utils::rounding_method::nearest) const | lxgui::gui::region | |
| round_to_pixel(const vector2f &position, utils::rounding_method method=utils::rounding_method::nearest) const | lxgui::gui::region | |
| serialize(const std::string &tab) const override | lxgui::gui::layered_region | virtual |
| set_addon(const addon *a) | lxgui::gui::region | |
| set_all_anchors(const utils::observer_ptr< region > &obj) | lxgui::gui::region | |
| set_all_anchors(const std::string &obj_name) | lxgui::gui::region | |
| set_alpha(float alpha) | lxgui::gui::region | |
| set_anchor(const anchor_data &a) | lxgui::gui::region | |
| set_anchor(Args &&... args) | lxgui::gui::region | inline |
| set_dimensions(const vector2f &dimensions) | lxgui::gui::region | virtual |
| set_draw_layer(layer layer_id) | lxgui::gui::layered_region | |
| set_height(float abs_height) | lxgui::gui::region | virtual |
| set_lua_member_(std::string key, sol::stack_object value) | lxgui::gui::region | protected |
| set_manually_inherited(bool manually_inherited) | lxgui::gui::region | |
| set_name_(const std::string &name) | lxgui::gui::region | protected |
| set_parent_(utils::observer_ptr< frame > parent) | lxgui::gui::region | protectedvirtual |
| set_region_level(int region_level) | lxgui::gui::layered_region | |
| set_relative_dimensions(const vector2f &dimensions) | lxgui::gui::region | |
| set_relative_height(float rel_height) | lxgui::gui::region | |
| set_relative_width(float rel_width) | lxgui::gui::region | |
| set_shown(bool is_shown) | lxgui::gui::region | |
| set_virtual_() | lxgui::gui::region | protected |
| set_width(float abs_width) | lxgui::gui::region | virtual |
| show() | lxgui::gui::region | |
| update(float delta) | lxgui::gui::region | virtual |
| update_borders_() | lxgui::gui::region | protectedvirtual |
| ~region() override | lxgui::gui::region | |