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

#include <parsers_declarations.hpp>

Public Member Functions

void finish (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 eu3dialogtype (window const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void instanttextboxtype (textbox const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void listboxtype (listbox const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void positiontype (gui_element_common const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void scrollbartype (scrollbar const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void windowtype (window const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void checkboxtype (button const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void shieldtype (image const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void overlappingelementsboxtype (overlapping const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void editboxtype (textbox const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void textboxtype (textbox const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void provincescriptbuttontype (province_script_button const &v, error_handler &err, int32_t line, building_gfx_context &context)
 
void nationscriptbuttontype (nation_script_button const &v, error_handler &err, int32_t line, building_gfx_context &context)
 

Detailed Description

Definition at line 253 of file parsers_declarations.hpp.

Member Function Documentation

◆ checkboxtype()

void parsers::guitypes::checkboxtype ( button const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 894 of file gui_graphics_parsers.cpp.

◆ editboxtype()

void parsers::guitypes::editboxtype ( textbox const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 917 of file gui_graphics_parsers.cpp.

◆ eu3dialogtype()

void parsers::guitypes::eu3dialogtype ( window const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 853 of file gui_graphics_parsers.cpp.

◆ finish()

void parsers::guitypes::finish ( building_gfx_context context)
inline

Definition at line 254 of file parsers_declarations.hpp.

◆ guibuttontype()

void parsers::guitypes::guibuttontype ( button const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 839 of file gui_graphics_parsers.cpp.

◆ icontype()

void parsers::guitypes::icontype ( image const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 846 of file gui_graphics_parsers.cpp.

◆ instanttextboxtype()

void parsers::guitypes::instanttextboxtype ( textbox const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 861 of file gui_graphics_parsers.cpp.

◆ listboxtype()

void parsers::guitypes::listboxtype ( listbox const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 869 of file gui_graphics_parsers.cpp.

◆ nationscriptbuttontype()

void parsers::guitypes::nationscriptbuttontype ( nation_script_button const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 946 of file gui_graphics_parsers.cpp.

◆ overlappingelementsboxtype()

void parsers::guitypes::overlappingelementsboxtype ( overlapping const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 910 of file gui_graphics_parsers.cpp.

◆ positiontype()

void parsers::guitypes::positiontype ( gui_element_common const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 876 of file gui_graphics_parsers.cpp.

◆ provincescriptbuttontype()

void parsers::guitypes::provincescriptbuttontype ( province_script_button const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 933 of file gui_graphics_parsers.cpp.

◆ scrollbartype()

void parsers::guitypes::scrollbartype ( scrollbar const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 880 of file gui_graphics_parsers.cpp.

◆ shieldtype()

void parsers::guitypes::shieldtype ( image const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 902 of file gui_graphics_parsers.cpp.

◆ textboxtype()

void parsers::guitypes::textboxtype ( textbox const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 925 of file gui_graphics_parsers.cpp.

◆ windowtype()

void parsers::guitypes::windowtype ( window const &  v,
error_handler err,
int32_t  line,
building_gfx_context context 
)

Definition at line 887 of file gui_graphics_parsers.cpp.


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