![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Widget for choosing among the suggested solutions to a problem. More...
#include <req_vec_fix.h>
Inheritance diagram for req_vec_fix_problem:
Collaboration diagram for req_vec_fix_problem:Signals | |
| void | solution_accepted (int selected_solution) |
Public Member Functions | |
| req_vec_fix_problem (const struct req_vec_problem *problem, req_vec_fix_item *item_info) | |
| Set up the display and solution choice of the specified problem. More... | |
Private Slots | |
| void | accept_solution () |
| The user selected one of the suggested solutions to the requirement vector problem. More... | |
Private Attributes | |
| QButtonGroup * | solutions |
Widget for choosing among the suggested solutions to a problem.
Definition at line 126 of file req_vec_fix.h.
|
explicit |
Set up the display and solution choice of the specified problem.
| problem | the problem to choose a solution for. |
| item_info | ruleset entity item specific helpers |
Definition at line 54 of file req_vec_fix.cpp.
|
privateslot |
The user selected one of the suggested solutions to the requirement vector problem.
Definition at line 127 of file req_vec_fix.cpp.
Referenced by req_vec_fix_problem().
|
signal |
Referenced by accept_solution(), and req_vec_fix::refresh().
|
private |
Definition at line 134 of file req_vec_fix.h.
Referenced by accept_solution(), and req_vec_fix_problem().