Project Alice
Loading...
Searching...
No Matches
parsers::overlapping Struct Reference

#include <parsers_declarations.hpp>

Inheritance diagram for parsers::overlapping:
Collaboration diagram for parsers::overlapping:

Public Member Functions

 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)
 
- 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
 

Detailed Description

Definition at line 189 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ overlapping()

parsers::overlapping::overlapping ( )

Definition at line 604 of file gui_graphics_parsers.cpp.

Member Function Documentation

◆ format()

void parsers::overlapping::format ( association_type  ,
std::string_view  txt,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 608 of file gui_graphics_parsers.cpp.

Here is the call graph for this function:

◆ spacing()

void parsers::overlapping::spacing ( association_type  ,
float  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 623 of file gui_graphics_parsers.cpp.


The documentation for this struct was generated from the following files: