|
Freeciv-3.3
|
#include <ruledit_qt.h>
Inheritance diagram for ruledit_main: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 453 of file ruledit_qt.cpp.
|
protected |
User clicked windows close button.
Definition at line 510 of file ruledit_qt.cpp.
|
private |
Open dialog to confirm that user wants to quit ruledit.
Definition at line 485 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().