Freeciv-3.3
|
#include <tab_extras.h>
Public Member Functions | |
tab_extras (ruledit_gui *ui_in) | |
void | refresh () |
Private Slots | |
void | name_given () |
void | select_extra () |
void | add_now () |
void | delete_now () |
void | edit_now () |
void | same_name_toggle (bool checked) |
void | edit_reqs () |
void | edit_effects () |
Private Member Functions | |
void | update_extra_info (struct extra_type *pextra) |
bool | initialize_new_extra (struct extra_type *pextra) |
Private Attributes | |
ruledit_gui * | ui |
QLineEdit * | name |
QLineEdit * | rname |
QListWidget * | extra_list |
QCheckBox * | same_name |
struct extra_type * | selected |
Definition at line 30 of file tab_extras.h.
|
explicit |
Setup tab_extras object
Definition at line 46 of file tab_extras.cpp.
|
privateslot |
|
privateslot |
User requested extra deletion
Definition at line 210 of file tab_extras.cpp.
Referenced by tab_extras().
|
privateslot |
User wants to edit effects
Definition at line 311 of file tab_extras.cpp.
Referenced by tab_extras().
|
privateslot |
User requested extra edit dialog
Definition at line 327 of file tab_extras.cpp.
Referenced by tab_extras().
|
privateslot |
|
private |
Initialize new extra for use.
Definition at line 234 of file tab_extras.cpp.
Referenced by add_now().
|
privateslot |
User entered name for the extra
Definition at line 178 of file tab_extras.cpp.
Referenced by tab_extras().
void tab_extras::refresh | ( | ) |
Refresh the information.
Definition at line 120 of file tab_extras.cpp.
Referenced by add_now(), delete_now(), ruledit_gui::launch_now(), name_given(), and tab_extras().
Toggled whether rule_name and name should be kept identical
Definition at line 289 of file tab_extras.cpp.
Referenced by tab_extras().
|
privateslot |
User selected extra from the list.
Definition at line 163 of file tab_extras.cpp.
Referenced by tab_extras().
|
private |
Update info of the extra
Definition at line 135 of file tab_extras.cpp.
Referenced by add_now(), delete_now(), select_extra(), and tab_extras().
|
private |
Definition at line 45 of file tab_extras.h.
Referenced by refresh(), select_extra(), and tab_extras().
|
private |
Definition at line 43 of file tab_extras.h.
Referenced by name_given(), same_name_toggle(), tab_extras(), and update_extra_info().
|
private |
Definition at line 44 of file tab_extras.h.
Referenced by name_given(), same_name_toggle(), tab_extras(), and update_extra_info().
|
private |
Definition at line 46 of file tab_extras.h.
Referenced by name_given(), tab_extras(), and update_extra_info().
|
private |
Definition at line 48 of file tab_extras.h.
Referenced by delete_now(), edit_effects(), edit_now(), edit_reqs(), name_given(), tab_extras(), and update_extra_info().
|
private |
Definition at line 39 of file tab_extras.h.
Referenced by delete_now(), edit_effects(), edit_now(), edit_reqs(), name_given(), and tab_extras().