|
| overlapping () |
|
void | format (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | spacing (association_type, float v, error_handler &err, int32_t line, building_gfx_context &context) |
|
| gui_element_common () |
|
void | size (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | position (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | orientation (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | name (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | extends (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | rotation (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | maxwidth (association_type, int32_t v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | maxheight (association_type, int32_t v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | maxsize (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | add_size (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | add_position (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | table_layout (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | finish (building_gfx_context &context) |
|
Definition at line 189 of file parsers_declarations.hpp.