Project Alice
|
#include <parsers_declarations.hpp>
Classes | |
struct | scripted_children |
Public Attributes | |
std::vector< ui::element_data > | children |
std::vector< scripted_children > | sc |
Public Attributes inherited from parsers::gui_element_common | |
ui::element_data | target |
dcon::text_key | extension |
Definition at line 222 of file parsers_declarations.hpp.
parsers::window::window | ( | ) |
Definition at line 750 of file gui_graphics_parsers.cpp.
void parsers::window::checkboxtype | ( | button const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 789 of file gui_graphics_parsers.cpp.
void parsers::window::editboxtype | ( | textbox const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 800 of file gui_graphics_parsers.cpp.
void parsers::window::eu3dialogtype | ( | window const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 769 of file gui_graphics_parsers.cpp.
void parsers::window::finish | ( | building_gfx_context & | context | ) |
Definition at line 815 of file gui_graphics_parsers.cpp.
void parsers::window::fullscreen | ( | association_type | , |
bool | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 754 of file gui_graphics_parsers.cpp.
void parsers::window::guibuttontype | ( | button const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 763 of file gui_graphics_parsers.cpp.
void parsers::window::icontype | ( | image const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 766 of file gui_graphics_parsers.cpp.
void parsers::window::instanttextboxtype | ( | textbox const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 773 of file gui_graphics_parsers.cpp.
void parsers::window::listboxtype | ( | listbox const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 777 of file gui_graphics_parsers.cpp.
void parsers::window::moveable | ( | association_type | , |
bool | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 758 of file gui_graphics_parsers.cpp.
void parsers::window::nationscriptbuttontype | ( | nation_script_button const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 811 of file gui_graphics_parsers.cpp.
void parsers::window::overlappingelementsboxtype | ( | overlapping const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 797 of file gui_graphics_parsers.cpp.
void parsers::window::positiontype | ( | gui_element_common const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 780 of file gui_graphics_parsers.cpp.
void parsers::window::provincescriptbuttontype | ( | province_script_button const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 807 of file gui_graphics_parsers.cpp.
void parsers::window::scrollbartype | ( | scrollbar const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 783 of file gui_graphics_parsers.cpp.
void parsers::window::shieldtype | ( | image const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 793 of file gui_graphics_parsers.cpp.
void parsers::window::textboxtype | ( | textbox const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 804 of file gui_graphics_parsers.cpp.
void parsers::window::windowtype | ( | window const & | v, |
error_handler & | err, | ||
int32_t | line, | ||
building_gfx_context & | context | ||
) |
Definition at line 786 of file gui_graphics_parsers.cpp.
std::vector<ui::element_data> parsers::window::children |
Definition at line 230 of file parsers_declarations.hpp.
std::vector<scripted_children> parsers::window::sc |
Definition at line 231 of file parsers_declarations.hpp.