Freeciv-3.3
|
#include <req_vec_fix.h>
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) | |
Private Slots | |
void | accept_solution () |
Private Attributes | |
QButtonGroup * | solutions |
Widget for choosing among the suggested solutions to a problem.
Definition at line 136 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 59 of file req_vec_fix.cpp.
|
privateslot |
The user selected one of the suggested solutions to the requirement vector problem.
Definition at line 132 of file req_vec_fix.cpp.
Referenced by req_vec_fix_problem().
Referenced by accept_solution().
|
private |
Definition at line 145 of file req_vec_fix.h.
Referenced by accept_solution(), and req_vec_fix_problem().