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

#include <parsers_declarations.hpp>

Collaboration diagram for parsers::building_gfx_context:

Public Member Functions

 building_gfx_context (sys::state &full_state, ui::definitions &ui_defs)
 

Public Attributes

sys::statefull_state
 
ui::definitionsui_defs
 
std::vector< simple_fs::filegui_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_scriptprovince_buttons_allow
 
std::vector< pending_button_scriptnation_buttons_allow
 
std::vector< pending_button_scriptprovince_buttons_effect
 
std::vector< pending_button_scriptnation_buttons_effect
 
bool on_second_pair_y = false
 

Detailed Description

Definition at line 33 of file parsers_declarations.hpp.

Constructor & Destructor Documentation

◆ building_gfx_context()

parsers::building_gfx_context::building_gfx_context ( sys::state full_state,
ui::definitions ui_defs 
)
inline

Definition at line 44 of file parsers_declarations.hpp.

Member Data Documentation

◆ full_state

sys::state& parsers::building_gfx_context::full_state

Definition at line 34 of file parsers_declarations.hpp.

◆ gui_files

std::vector<simple_fs::file> parsers::building_gfx_context::gui_files

Definition at line 36 of file parsers_declarations.hpp.

◆ map_of_names

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.

◆ map_of_texture_names

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.

◆ nation_buttons_allow

std::vector<pending_button_script> parsers::building_gfx_context::nation_buttons_allow

Definition at line 40 of file parsers_declarations.hpp.

◆ nation_buttons_effect

std::vector<pending_button_script> parsers::building_gfx_context::nation_buttons_effect

Definition at line 42 of file parsers_declarations.hpp.

◆ on_second_pair_y

bool parsers::building_gfx_context::on_second_pair_y = false

Definition at line 43 of file parsers_declarations.hpp.

◆ province_buttons_allow

std::vector<pending_button_script> parsers::building_gfx_context::province_buttons_allow

Definition at line 39 of file parsers_declarations.hpp.

◆ province_buttons_effect

std::vector<pending_button_script> parsers::building_gfx_context::province_buttons_effect

Definition at line 41 of file parsers_declarations.hpp.

◆ ui_defs

ui::definitions& parsers::building_gfx_context::ui_defs

Definition at line 35 of file parsers_declarations.hpp.


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