|
Freeciv-3.4
|
#include <QAction>#include <QApplication>#include <QCheckBox>#include <QDateTime>#include <QFileDialog>#include <QGridLayout>#include <QHeaderView>#include <QLineEdit>#include <QPainter>#include <QSplitter>#include <QStackedWidget>#include <QTableWidget>#include <QTextEdit>#include <QTreeWidget>#include "game.h"#include "rgbcolor.h"#include "version.h"#include "client_main.h"#include "connectdlg_common.h"#include "svgflag.h"#include "colors.h"#include "dialogs.h"#include "fc_client.h"#include "pages.h"#include "plrdlg.h"#include "qtg_cxxside.h"#include "repodlgs_g.h"#include "sidebar.h"#include "sprite.h"#include "voteinfo_bar.h"#include "cityrep_g.h"Go to the source code of this file.
|
static |
Centers next enemy city on view
Definition at line 2211 of file pages.cpp.
Referenced by fc_client::create_game_page().
|
static |
Centers next enemy capital
Definition at line 2283 of file pages.cpp.
Referenced by fc_client::create_game_page().
|
static |
Centers next player city on view
Definition at line 2247 of file pages.cpp.
Referenced by fc_client::create_game_page().
|
static |
Center on next enemy unit
Definition at line 2338 of file pages.cpp.
Referenced by fc_client::create_game_page().
Get a tooltip text for the info panel research indicator. See client_research_sprite().
Not re-entrant
Definition at line 1420 of file text.c.
Referenced by update_info_label().
Get a tooltip text for the info panel global warning indicator. See also client_warming_sprite().
Not re-entrant
Definition at line 1477 of file text.c.
Referenced by update_info_label().
Get a tooltip text for the info panel government indicator. See also government_by_number(...)->sprite.
Not re-entrant
Definition at line 1531 of file text.c.
Referenced by update_info_label().
Return the text for the label on the info panel. (This is traditionally shown to the left of the mapview.)
Clicking on this text should bring up the get_info_label_text_popup() text.
Not re-entrant
Definition at line 970 of file text.c.
Referenced by update_info_label(), and fc_client::update_sidebar_tooltips().
Return the text for the popup label on the info panel. (This is traditionally done as a popup whenever the regular info text is clicked on.)
Not re-entrant
Definition at line 1022 of file text.c.
Referenced by show_info_popup(), show_info_popup(), and fc_client::update_sidebar_tooltips().
Get a tooltip text for the info panel nuclear winter indicator. See also client_cooling_sprite().
Not re-entrant
Definition at line 1504 of file text.c.
Referenced by update_info_label().
|
extern |
Popups shortcut dialog
Definition at line 757 of file shortcuts.cpp.
Referenced by mr_menu::shortcut_options().
| enum client_pages qtg_get_current_client_page | ( | ) |
Returns current client page
Definition at line 122 of file pages.cpp.
Referenced by apply_notify_font(), qtg_real_conn_list_dialog_update(), and setup_gui_funcs().
| void qtg_real_set_client_page | ( | enum client_pages | page | ) |
Sets the "page" that the client should show. See also pages_g.h.
Definition at line 104 of file pages.cpp.
Referenced by qtg_close_connection_dialog(), qtg_real_conn_list_dialog_update(), and setup_gui_funcs().
Set the list of available rulesets. The default ruleset should be "default", and if the user changes this then set_ruleset() should be called.
Definition at line 114 of file pages.cpp.
Referenced by setup_gui_funcs().
Returns the text to display in the science dialog.
Not re-entrant
Definition at line 794 of file text.c.
Referenced by real_science_report_dialog_update(), science_report_update(), show_new_turn_info(), science_report::update_report(), and fc_client::update_sidebar_tooltips().
| void server_scan_error | ( | struct server_scan * | scan, |
| const char * | message | ||
| ) |
Describe city factors that affect happiness.
Not re-entrant
Definition at line 1953 of file text.c.
Referenced by show_happiness_popup(), show_happiness_popup(), city_dialog::update_citizens(), and fc_client::update_sidebar_tooltips().
Toggles units report, bool used for compatibility with sidebar callback
Definition at line 1868 of file repodlgs.cpp.
Referenced by fc_client::create_game_page(), and mr_menu::slot_show_units_report().
|
static |
|
static |
| int last_center_capital = 0 |
Definition at line 68 of file pages.cpp.
Referenced by qtg_start_turn().
| int last_center_enemy = 0 |
Definition at line 81 of file pages.cpp.
Referenced by cycle_enemy_units(), and qtg_start_turn().
| int last_center_enemy_city = 0 |
Definition at line 70 of file pages.cpp.
Referenced by center_next_enemy_city(), and qtg_start_turn().
| int last_center_player_city = 0 |
Definition at line 69 of file pages.cpp.
Referenced by center_next_player_capital(), center_next_player_city(), and qtg_start_turn().
|
static |