Freeciv-3.2
|
Go to the source code of this file.
Data Structures | |
class | req_vec_fix_item |
class | req_vec_fix_problem |
class | req_vec_fix |
Enumerations | |
enum | req_vec_problem_seriousness { RVPS_NO_PROBLEM , RVPS_IMPROVE , RVPS_REPAIR } |
Functions | |
void | mark_item (QListWidgetItem *item, enum req_vec_problem_seriousness problem_level) |
Enumerator | |
---|---|
RVPS_NO_PROBLEM | |
RVPS_IMPROVE | |
RVPS_REPAIR |
Definition at line 35 of file req_vec_fix.h.
void mark_item | ( | QListWidgetItem * | item, |
enum req_vec_problem_seriousness | problem_level | ||
) |
Mark a ruleset item in a list as having a problem.
item | the ruleset item's representation in the list. |
problem_level | how serious the problem, if it exists at all, is. |
Definition at line 36 of file req_vec_fix.cpp.
Referenced by tab_enabler::refresh(), and tab_enabler::update_enabler_info().