Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
image () | |
void | frame (association_type, uint32_t v, error_handler &err, int32_t line, building_gfx_context &context) |
void | spritetype (association_type, std::string_view txt, error_handler &err, int32_t line, building_gfx_context &context) |
void | scale (association_type, float v, error_handler &err, int32_t line, building_gfx_context &context) |
Public Member Functions inherited from parsers::gui_element_common | |
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) |
Additional Inherited Members | |
Public Attributes inherited from parsers::gui_element_common | |
ui::element_data | target |
dcon::text_key | extension |
Definition at line 164 of file parsers_declarations.hpp.
parsers::image::image | ( | ) |
Definition at line 501 of file gui_graphics_parsers.cpp.
void parsers::image::frame | ( | association_type | , |
uint32_t | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 505 of file gui_graphics_parsers.cpp.
void parsers::image::scale | ( | association_type | , |
float | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 524 of file gui_graphics_parsers.cpp.
void parsers::image::spritetype | ( | association_type | , |
std::string_view | txt, | ||
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 513 of file gui_graphics_parsers.cpp.