Freeciv-3.3
|
#include <mpgui_qt.h>
Public Member Functions | |
mpgui_main (QApplication *qapp_in, QWidget *central_in) | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Private Member Functions | |
void | popup_quit_dialog () |
Private Attributes | |
QApplication * | qapp |
QWidget * | central |
Definition at line 33 of file mpgui_qt.h.
mpgui_main::mpgui_main | ( | QApplication * | qapp_in, |
QWidget * | central_in | ||
) |
Main window constructor
Definition at line 482 of file mpgui_qt.cpp.
|
protected |
User clicked windows close button.
Definition at line 516 of file mpgui_qt.cpp.
|
private |
Open dialog to confirm that user wants to quit modpack installer.
Definition at line 491 of file mpgui_qt.cpp.
Referenced by closeEvent().
|
private |
Definition at line 43 of file mpgui_qt.h.
Referenced by mpgui_main(), and popup_quit_dialog().
|
private |
Definition at line 42 of file mpgui_qt.h.
Referenced by mpgui_main(), and popup_quit_dialog().