Freeciv-3.1
|
#include <tab_misc.h>
Public Member Functions | |
tab_misc (ruledit_gui *ui_in) | |
void | ruleset_loaded () |
void | refresh () |
void | flush_widgets () |
Private Slots | |
void | save_now () |
void | refresh_stats () |
void | edit_aae_effects () |
void | edit_all_effects () |
void | desc_file_toggle (bool checked) |
void | sanity_check () |
Private Attributes | |
ruledit_gui * | ui |
QLineEdit * | name |
QLineEdit * | version |
QLineEdit * | savedir |
QCheckBox * | savedir_version |
QTableWidget * | stats |
QCheckBox * | desc_via_file |
QLineEdit * | desc_file |
Definition at line 26 of file tab_misc.h.
|
explicit |
Setup tab_misc object
Definition at line 56 of file tab_misc.cpp.
|
privateslot |
Toggled description from file setting
Definition at line 522 of file tab_misc.cpp.
Referenced by tab_misc().
|
privateslot |
User wants to edit always active effects
Definition at line 456 of file tab_misc.cpp.
Referenced by tab_misc().
|
privateslot |
User wants to edit effects from full list
Definition at line 495 of file tab_misc.cpp.
Referenced by tab_misc().
void tab_misc::flush_widgets | ( | ) |
Flush information from widgets to stores where it can be saved from.
Definition at line 504 of file tab_misc.cpp.
Referenced by ruledit_gui::flush_widgets().
void tab_misc::refresh | ( | ) |
Refresh the information.
Definition at line 261 of file tab_misc.cpp.
Referenced by ruleset_loaded(), and tab_misc().
|
privateslot |
Recalculate stats
Definition at line 332 of file tab_misc.cpp.
Referenced by refresh(), and tab_misc().
void tab_misc::ruleset_loaded | ( | ) |
Setup the information from loaded ruleset
Definition at line 246 of file tab_misc.cpp.
Referenced by ruledit_gui::launch_now().
|
privateslot |
Run sanity check for current rules
Definition at line 475 of file tab_misc.cpp.
Referenced by tab_misc().
|
privateslot |
|
private |
Definition at line 52 of file tab_misc.h.
Referenced by desc_file_toggle(), flush_widgets(), ruleset_loaded(), and tab_misc().
|
private |
Definition at line 51 of file tab_misc.h.
Referenced by flush_widgets(), ruleset_loaded(), and tab_misc().
|
private |
Definition at line 46 of file tab_misc.h.
Referenced by refresh(), save_now(), and tab_misc().
|
private |
Definition at line 48 of file tab_misc.h.
Referenced by save_now(), and tab_misc().
|
private |
Definition at line 49 of file tab_misc.h.
Referenced by save_now(), and tab_misc().
|
private |
Definition at line 50 of file tab_misc.h.
Referenced by refresh_stats(), and tab_misc().
|
private |
Definition at line 45 of file tab_misc.h.
Referenced by edit_aae_effects(), edit_all_effects(), sanity_check(), save_now(), and tab_misc().
|
private |
Definition at line 47 of file tab_misc.h.
Referenced by refresh(), save_now(), and tab_misc().