|
| scrollbar () |
|
void | horizontal (association_type, bool v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | leftbutton (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | rightbutton (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | lockable (association_type, bool v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | maxvalue (association_type, uint32_t v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | rangelimitmaxicon (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | rangelimitminicon (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | slider (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | track (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | stepsize (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | userangelimit (association_type, bool v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | bordersize (gfx_xy_pair const &pr, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | guibuttontype (button const &v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | icontype (image const &v, error_handler &err, int32_t line, building_gfx_context &context) |
|
void | finish (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 195 of file parsers_declarations.hpp.