![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <tab_misc.h>
Inheritance diagram for tab_misc:
Collaboration diagram for tab_misc:Public Member Functions | |
| tab_misc (ruledit_gui *ui_in) | |
| Setup tab_misc object. More... | |
| void | refresh () |
| Refresh the information. More... | |
| void | flush_widgets () |
Private Slots | |
| void | save_now () |
| User entered savedir. More... | |
| void | refresh_stats () |
| Recalculate stats. More... | |
| void | edit_aae_effects () |
| User wants to edit always active effects. More... | |
| void | edit_all_effects () |
| User wants to edit effects from full list. More... | |
Private Attributes | |
| ruledit_gui * | ui |
| QLineEdit * | name |
| QLineEdit * | version |
| QLineEdit * | savedir |
| QRadioButton * | savedir_version |
| QTableWidget * | stats |
Definition at line 26 of file tab_misc.h.
|
explicit |
Setup tab_misc object.
Definition at line 47 of file tab_misc.cpp.
|
privateslot |
User wants to edit always active effects.
Definition at line 359 of file tab_misc.cpp.
Referenced by tab_misc().
|
privateslot |
User wants to edit effects from full list.
Definition at line 368 of file tab_misc.cpp.
Referenced by tab_misc().
| void tab_misc::flush_widgets | ( | ) |
| void tab_misc::refresh | ( | ) |
Refresh the information.
Definition at line 198 of file tab_misc.cpp.
Referenced by ruledit_gui::launch_now(), and tab_misc().
|
privateslot |
Recalculate stats.
Definition at line 255 of file tab_misc.cpp.
Referenced by refresh(), and tab_misc().
|
privateslot |
|
private |
Definition at line 42 of file tab_misc.h.
Referenced by refresh(), save_now(), and tab_misc().
|
private |
Definition at line 44 of file tab_misc.h.
Referenced by save_now(), and tab_misc().
|
private |
Definition at line 45 of file tab_misc.h.
Referenced by save_now(), and tab_misc().
|
private |
Definition at line 46 of file tab_misc.h.
Referenced by refresh_stats(), and tab_misc().
|
private |
Definition at line 41 of file tab_misc.h.
Referenced by edit_aae_effects(), edit_all_effects(), save_now(), and tab_misc().
|
private |
Definition at line 43 of file tab_misc.h.
Referenced by refresh(), save_now(), and tab_misc().