Freeciv-3.2
|
#include <ruledit_qt.h>
Public Member Functions | |
ruledit_main (QApplication *qapp_in, QWidget *central_in) | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *cevent) |
Private Member Functions | |
void | popup_quit_dialog () |
Private Attributes | |
QApplication * | qapp |
QWidget * | central |
Definition at line 53 of file ruledit_qt.h.
ruledit_main::ruledit_main | ( | QApplication * | qapp_in, |
QWidget * | central_in | ||
) |
Main window constructor
Definition at line 451 of file ruledit_qt.cpp.
|
protected |
User clicked windows close button.
Definition at line 508 of file ruledit_qt.cpp.
|
private |
Open dialog to confirm that user wants to quit ruledit.
Definition at line 483 of file ruledit_qt.cpp.
Referenced by closeEvent().
|
private |
Definition at line 63 of file ruledit_qt.h.
Referenced by popup_quit_dialog(), and ruledit_main().
|
private |
Definition at line 62 of file ruledit_qt.h.
Referenced by popup_quit_dialog(), and ruledit_main().