Freeciv-3.3
|
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 () |
#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 227 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 2350 of file gui_main.c.
Referenced by fc_client::closeEvent(), quit_callback(), quit_callback(), quit_dialog_callback(), and mr_menu::quit_game().