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 751 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 790 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 801 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 770 of file gui_graphics_parsers.cpp.
void parsers::window::finish | ( | building_gfx_context & | context | ) |
Definition at line 816 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 755 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 764 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 767 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 774 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 778 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 759 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 812 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 798 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 781 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 808 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 784 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 794 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 805 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 787 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.