Variables | |
std::string | ally_orb_color |
std::string | enemy_orb_color |
std::string | moved_orb_color |
std::string | partial_orb_color |
std::string | unmoved_orb_color |
std::string | reach_map_color |
std::string | reach_map_enemy_color |
std::string | default_color_list |
std::string game_config::colors::ally_orb_color |
Definition at line 164 of file game_config.cpp.
Referenced by prefs::allied_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_allied_color().
std::string game_config::colors::default_color_list |
Definition at line 171 of file game_config.cpp.
std::string game_config::colors::enemy_orb_color |
Definition at line 165 of file game_config.cpp.
Referenced by prefs::enemy_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_enemy_color().
std::string game_config::colors::moved_orb_color |
Definition at line 166 of file game_config.cpp.
Referenced by prefs::moved_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_moved_color().
std::string game_config::colors::partial_orb_color |
Definition at line 167 of file game_config.cpp.
Referenced by prefs::partial_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_partial_color().
std::string game_config::colors::reach_map_color |
Definition at line 169 of file game_config.cpp.
Referenced by gui2::dialogs::reachmap_options::pre_show(), prefs::reach_map_color(), gui2::dialogs::reachmap_options::reset_reachmap_callback(), and prefs::set_reach_map_color().
std::string game_config::colors::reach_map_enemy_color |
Definition at line 170 of file game_config.cpp.
Referenced by gui2::dialogs::reachmap_options::pre_show(), prefs::reach_map_enemy_color(), gui2::dialogs::reachmap_options::reset_reachmap_callback(), and prefs::set_reach_map_enemy_color().
std::string game_config::colors::unmoved_orb_color |
Definition at line 168 of file game_config.cpp.
Referenced by gui2::dialogs::select_orb_colors::reset_orb_callback(), prefs::set_unmoved_color(), and prefs::unmoved_color().