#include <settings.h>
Collaboration diagram for OPTION< option_t >:

Public Member Functions | |
| OPTION () | |
| ~OPTION () | |
| vector< string > | GetOptionList () |
| vector< option_t > | GetValueList () |
| string | GetName () |
| string | GetTitle () |
| string | GetDesc () |
| string | GetCat () |
| string | GetTrueValue () |
| string | GetFalseValue () |
| string | GetAccepts () |
| float | GetMinValue () |
| float | GetMaxValue () |
| option_t | GetDefaultValue () |
| void | SetOptionList (vector< string > new_option_list) |
| void | SetValueList (vector< option_t > new_value_list) |
| void | SetName (string new_name) |
| void | SetTitle (string new_title) |
| void | SetDesc (string new_desc) |
| void | SetCat (string new_cat) |
| void | SetTrueValue (string new_true_value) |
| void | SetFalseValue (string new_false_value) |
| void | SetAccepts (string new_accepts) |
| void | SetMinValue (float new_min_value) |
| void | SetMaxValue (float new_max_value) |
| void | SetDefaultValue (option_t new_default_value) |
Private Attributes | |
| vector< string > | option_list |
| vector< option_t > | value_list |
| string | name |
| string | title |
| string | desc |
| string | cat |
| string | true_value |
| string | false_value |
| string | accepts |
| float | min_value |
| float | max_value |
| option_t | default_value |
Definition at line 57 of file settings.h.
|
|||||||||
|
|||||||||
|
Definition at line 83 of file settings.h. |
|
|||||||||
|
Definition at line 93 of file settings.h. References OPTION< option_t >::accepts. |
|
|||||||||
|
Definition at line 90 of file settings.h. References OPTION< option_t >::cat. |
|
|||||||||
|
Definition at line 96 of file settings.h. References OPTION< option_t >::default_value. |
|
|||||||||
|
Definition at line 89 of file settings.h. References OPTION< option_t >::desc. |
|
|||||||||
|
Definition at line 92 of file settings.h. References OPTION< option_t >::false_value. |
|
|||||||||
|
Definition at line 95 of file settings.h. References OPTION< option_t >::max_value. |
|
|||||||||
|
Definition at line 94 of file settings.h. References OPTION< option_t >::min_value. |
|
|||||||||
|
Definition at line 87 of file settings.h. References OPTION< option_t >::name. |
|
|||||||||
|
Definition at line 85 of file settings.h. References OPTION< option_t >::option_list. |
|
|||||||||
|
Definition at line 88 of file settings.h. References OPTION< option_t >::title. |
|
|||||||||
|
Definition at line 91 of file settings.h. References OPTION< option_t >::true_value. |
|
|||||||||
|
Definition at line 86 of file settings.h. References OPTION< option_t >::value_list. |
|
||||||||||
|
Definition at line 105 of file settings.h. References OPTION< option_t >::accepts. |
|
||||||||||
|
Definition at line 102 of file settings.h. References OPTION< option_t >::cat. |
|
||||||||||
|
Definition at line 108 of file settings.h. References OPTION< option_t >::default_value. |
|
||||||||||
|
Definition at line 101 of file settings.h. References OPTION< option_t >::desc. |
|
||||||||||
|
Definition at line 104 of file settings.h. References OPTION< option_t >::false_value. |
|
||||||||||
|
Definition at line 107 of file settings.h. References OPTION< option_t >::max_value. |
|
||||||||||
|
Definition at line 106 of file settings.h. References OPTION< option_t >::min_value. |
|
||||||||||
|
Definition at line 99 of file settings.h. References OPTION< option_t >::name. |
|
||||||||||
|
Definition at line 97 of file settings.h. References OPTION< option_t >::option_list. |
|
||||||||||
|
Definition at line 100 of file settings.h. References OPTION< option_t >::title. |
|
||||||||||
|
Definition at line 103 of file settings.h. References OPTION< option_t >::true_value. |
|
||||||||||
|
Definition at line 98 of file settings.h. References OPTION< option_t >::value_list. |
|
|||||
|
Definition at line 68 of file settings.h. Referenced by OPTION< option_t >::GetAccepts(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetAccepts(). |
|
|||||
|
Definition at line 65 of file settings.h. Referenced by OPTION< option_t >::GetCat(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetCat(). |
|
|||||
|
Definition at line 71 of file settings.h. Referenced by OPTION< option_t >::GetDefaultValue(), and OPTION< option_t >::SetDefaultValue(). |
|
|||||
|
Definition at line 64 of file settings.h. Referenced by OPTION< option_t >::GetDesc(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetDesc(). |
|
|||||
|
Definition at line 67 of file settings.h. Referenced by OPTION< option_t >::GetFalseValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetFalseValue(). |
|
|||||
|
Definition at line 70 of file settings.h. Referenced by OPTION< option_t >::GetMaxValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetMaxValue(). |
|
|||||
|
Definition at line 69 of file settings.h. Referenced by OPTION< option_t >::GetMinValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetMinValue(). |
|
|||||
|
Definition at line 62 of file settings.h. Referenced by OPTION< option_t >::GetName(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetName(). |
|
|||||
|
Definition at line 60 of file settings.h. Referenced by OPTION< option_t >::GetOptionList(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetOptionList(). |
|
|||||
|
Definition at line 63 of file settings.h. Referenced by OPTION< option_t >::GetTitle(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetTitle(). |
|
|||||
|
Definition at line 66 of file settings.h. Referenced by OPTION< option_t >::GetTrueValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetTrueValue(). |
|
|||||
|
Definition at line 61 of file settings.h. Referenced by OPTION< option_t >::GetValueList(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetValueList(). |
1.4.6