Freeciv-3.1
|
#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 52 of file ruledit_qt.h.
ruledit_main::ruledit_main | ( | QApplication * | qapp_in, |
QWidget * | central_in | ||
) |
Main window constructor
Definition at line 447 of file ruledit_qt.cpp.
|
protected |
User clicked windows close button.
Definition at line 504 of file ruledit_qt.cpp.
|
private |
Open dialog to confirm that user wants to quit ruledit.
Definition at line 479 of file ruledit_qt.cpp.
Referenced by closeEvent().
|
private |
Definition at line 62 of file ruledit_qt.h.
Referenced by popup_quit_dialog(), and ruledit_main().
|
private |
Definition at line 61 of file ruledit_qt.h.
Referenced by popup_quit_dialog(), and ruledit_main().