|
Freeciv-3.2
|
Go to the source code of this file.
Macros | |
| #define | mevent_gpos(__ev__) (__ev__)->globalPosition().toPoint() |
| #define | CAPTURE_DEFAULT_THIS [=] |
Functions | |
| void | popup_quit_dialog () |
| QApplication * | current_app () |
| void | set_theme_style () |
| #define CAPTURE_DEFAULT_THIS [=] |
Definition at line 31 of file gui_main.h.
| #define mevent_gpos | ( | __ev__ | ) | (__ev__)->globalPosition().toPoint() |
Definition at line 23 of file gui_main.h.
| QApplication * current_app | ( | ) |
Return the running QApplication.
Definition at line 229 of file gui_main.cpp.
Referenced by close_all_diplomacy_dialogs(), message_dlg::message_dlg(), city_production_delegate::paint(), qtg_gui_load_theme(), qtg_real_output_window_append(), qtg_version_message(), and fc_client::quit().
| void popup_quit_dialog | ( | ) |
Popups the dialog with the message: Are you sure you want to quit?
Open dialog to confirm that user wants to quit client.
Definition at line 2348 of file gui_main.c.
Referenced by fc_client::closeEvent(), quit_callback(), quit_callback(), quit_dialog_callback(), and mr_menu::quit_game().
| void set_theme_style | ( | ) |
Set theme style again, to work around Qt theming bug.
Definition at line 107 of file themes.cpp.
Referenced by city_dialog::city_dialog().