![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <fc_client.h>
Public Attributes | |
| float | chat_fwidth |
| float | chat_fheight |
| float | chat_fx_pos |
| float | chat_fy_pos |
| int | player_repo_sort_col |
| bool | show_new_turn_text |
| bool | show_battle_log |
| bool | show_chat |
| bool | show_messages |
| Qt::SortOrder | player_report_sort |
| int | city_repo_sort_col |
| Qt::SortOrder | city_report_sort |
| QByteArray | help_geometry |
| QByteArray | help_splitter1 |
| float | unit_info_pos_fx |
| float | unit_info_pos_fy |
| float | minimap_x |
| float | minimap_y |
| float | minimap_width |
| float | minimap_height |
| float | battlelog_scale |
| float | battlelog_x |
| float | battlelog_y |
Definition at line 52 of file fc_client.h.
| float fc_settings::battlelog_scale |
Definition at line 73 of file fc_client.h.
Referenced by fc_client::read_settings(), hud_battle_log::update_size(), and fc_client::write_settings().
| float fc_settings::battlelog_x |
Definition at line 74 of file fc_client.h.
Referenced by hud_battle_log::moveEvent(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::battlelog_y |
Definition at line 75 of file fc_client.h.
Referenced by hud_battle_log::moveEvent(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::chat_fheight |
Definition at line 54 of file fc_client.h.
Referenced by fc_client::eventFilter(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::chat_fwidth |
Definition at line 53 of file fc_client.h.
Referenced by fc_client::eventFilter(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::chat_fx_pos |
Definition at line 55 of file fc_client.h.
Referenced by fc_client::eventFilter(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::chat_fy_pos |
Definition at line 56 of file fc_client.h.
Referenced by fc_client::eventFilter(), fc_client::read_settings(), and fc_client::write_settings().
| int fc_settings::city_repo_sort_col |
Definition at line 63 of file fc_client.h.
Referenced by fc_client::read_settings(), and city_widget::~city_widget().
| Qt::SortOrder fc_settings::city_report_sort |
Definition at line 64 of file fc_client.h.
Referenced by city_widget::~city_widget().
| QByteArray fc_settings::help_geometry |
Definition at line 65 of file fc_client.h.
Referenced by help_dialog::closeEvent(), help_dialog::hideEvent(), fc_client::read_settings(), and fc_client::write_settings().
| QByteArray fc_settings::help_splitter1 |
Definition at line 66 of file fc_client.h.
Referenced by help_dialog::closeEvent(), help_dialog::hideEvent(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::minimap_height |
Definition at line 72 of file fc_client.h.
Referenced by fc_client::read_settings(), minimap_view::resizeEvent(), and fc_client::write_settings().
| float fc_settings::minimap_width |
Definition at line 71 of file fc_client.h.
Referenced by fc_client::read_settings(), minimap_view::resizeEvent(), and fc_client::write_settings().
| float fc_settings::minimap_x |
Definition at line 69 of file fc_client.h.
Referenced by fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::minimap_y |
Definition at line 70 of file fc_client.h.
Referenced by fc_client::read_settings(), and fc_client::write_settings().
| int fc_settings::player_repo_sort_col |
Definition at line 57 of file fc_client.h.
Referenced by fc_client::read_settings(), and plr_widget::~plr_widget().
| Qt::SortOrder fc_settings::player_report_sort |
Definition at line 62 of file fc_client.h.
Referenced by plr_widget::~plr_widget().
| bool fc_settings::show_battle_log |
Definition at line 59 of file fc_client.h.
Referenced by fc_client::read_settings(), mr_menu::slot_battlelog(), and fc_client::write_settings().
| bool fc_settings::show_chat |
Definition at line 60 of file fc_client.h.
Referenced by fc_client::current_page(), and fc_client::read_settings().
| bool fc_settings::show_messages |
Definition at line 61 of file fc_client.h.
Referenced by fc_client::current_page(), and fc_client::read_settings().
| bool fc_settings::show_new_turn_text |
Definition at line 58 of file fc_client.h.
Referenced by fc_client::read_settings(), mr_menu::slot_show_new_turn_text(), and fc_client::write_settings().
| float fc_settings::unit_info_pos_fx |
Definition at line 67 of file fc_client.h.
Referenced by hud_units::moveEvent(), fc_client::read_settings(), and fc_client::write_settings().
| float fc_settings::unit_info_pos_fy |
Definition at line 68 of file fc_client.h.
Referenced by hud_units::moveEvent(), fc_client::read_settings(), and fc_client::write_settings().