Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
building_gfx_context (sys::state &full_state, ui::definitions &ui_defs) | |
Public Attributes | |
sys::state & | full_state |
ui::definitions & | ui_defs |
std::vector< simple_fs::file > | gui_files |
ankerl::unordered_dense::map< std::string, dcon::gfx_object_id > | map_of_names |
ankerl::unordered_dense::map< std::string, dcon::texture_id > | map_of_texture_names |
std::vector< pending_button_script > | province_buttons_allow |
std::vector< pending_button_script > | nation_buttons_allow |
std::vector< pending_button_script > | province_buttons_effect |
std::vector< pending_button_script > | nation_buttons_effect |
bool | on_second_pair_y = false |
Definition at line 33 of file parsers_declarations.hpp.
|
inline |
Definition at line 44 of file parsers_declarations.hpp.
sys::state& parsers::building_gfx_context::full_state |
Definition at line 34 of file parsers_declarations.hpp.
std::vector<simple_fs::file> parsers::building_gfx_context::gui_files |
Definition at line 36 of file parsers_declarations.hpp.
ankerl::unordered_dense::map<std::string, dcon::gfx_object_id> parsers::building_gfx_context::map_of_names |
Definition at line 37 of file parsers_declarations.hpp.
ankerl::unordered_dense::map<std::string, dcon::texture_id> parsers::building_gfx_context::map_of_texture_names |
Definition at line 38 of file parsers_declarations.hpp.
std::vector<pending_button_script> parsers::building_gfx_context::nation_buttons_allow |
Definition at line 40 of file parsers_declarations.hpp.
std::vector<pending_button_script> parsers::building_gfx_context::nation_buttons_effect |
Definition at line 42 of file parsers_declarations.hpp.
bool parsers::building_gfx_context::on_second_pair_y = false |
Definition at line 43 of file parsers_declarations.hpp.
std::vector<pending_button_script> parsers::building_gfx_context::province_buttons_allow |
Definition at line 39 of file parsers_declarations.hpp.
std::vector<pending_button_script> parsers::building_gfx_context::province_buttons_effect |
Definition at line 41 of file parsers_declarations.hpp.
ui::definitions& parsers::building_gfx_context::ui_defs |
Definition at line 35 of file parsers_declarations.hpp.