|
Freeciv-3.1
|
#include <tab_building.h>
Inheritance diagram for tab_building:Public Member Functions | |
| tab_building (ruledit_gui *ui_in) | |
| void | refresh () |
Private Slots | |
| void | name_given () |
| void | select_bldg () |
| void | add_now2 () |
| void | delete_now () |
| void | edit_now () |
| void | same_name_toggle (bool checked) |
| void | edit_reqs () |
| void | edit_effects () |
Private Member Functions | |
| void | update_bldg_info (struct impr_type *pimpr) |
| bool | initialize_new_bldg (struct impr_type *pimpr) |
Private Attributes | |
| ruledit_gui * | ui |
| QLineEdit * | name |
| QLineEdit * | rname |
| QListWidget * | bldg_list |
| QCheckBox * | same_name |
| struct impr_type * | selected |
Definition at line 30 of file tab_building.h.
|
explicit |
Setup tab_building object
Definition at line 46 of file tab_building.cpp.
|
privateslot |
User requested new building
Definition at line 251 of file tab_building.cpp.
Referenced by tab_building().
|
privateslot |
User requested building deletion
Definition at line 209 of file tab_building.cpp.
Referenced by tab_building().
|
privateslot |
User wants to edit effects
Definition at line 310 of file tab_building.cpp.
Referenced by tab_building().
|
privateslot |
User requested building edit dialog
Definition at line 326 of file tab_building.cpp.
Referenced by tab_building().
|
privateslot |
User wants to edit reqs
Definition at line 299 of file tab_building.cpp.
Referenced by tab_building().
Initialize new building for use.
Definition at line 233 of file tab_building.cpp.
Referenced by add_now2().
|
privateslot |
User entered name for the building
Definition at line 176 of file tab_building.cpp.
Referenced by tab_building().
| void tab_building::refresh | ( | ) |
Refresh the information.
Definition at line 119 of file tab_building.cpp.
Referenced by add_now2(), delete_now(), ruledit_gui::launch_now(), name_given(), and tab_building().
|
privateslot |
Toggled whether rule_name and name should be kept identical
Definition at line 288 of file tab_building.cpp.
Referenced by tab_building().
|
privateslot |
User selected building from the list.
Definition at line 161 of file tab_building.cpp.
Referenced by tab_building().
|
private |
Update info of the building
Definition at line 133 of file tab_building.cpp.
Referenced by add_now2(), delete_now(), select_bldg(), and tab_building().
|
private |
Definition at line 45 of file tab_building.h.
Referenced by refresh(), select_bldg(), and tab_building().
|
private |
Definition at line 43 of file tab_building.h.
Referenced by name_given(), same_name_toggle(), tab_building(), and update_bldg_info().
|
private |
Definition at line 44 of file tab_building.h.
Referenced by name_given(), same_name_toggle(), tab_building(), and update_bldg_info().
|
private |
Definition at line 46 of file tab_building.h.
Referenced by name_given(), tab_building(), and update_bldg_info().
|
private |
Definition at line 48 of file tab_building.h.
Referenced by delete_now(), edit_effects(), edit_now(), edit_reqs(), name_given(), tab_building(), and update_bldg_info().
|
private |
Definition at line 39 of file tab_building.h.
Referenced by delete_now(), edit_effects(), edit_now(), edit_reqs(), name_given(), and tab_building().