
Definition at line 617 of file fbproperties.h.
Public Member Functions |
|
| FBPropertyBaseEnum () | |
| Constructor. |
|
| ~FBPropertyBaseEnum () | |
| Destructor. |
|
| FBPropertyBaseEnum (const FBPropertyBaseEnum< tType > &pValue) | |
| FBPropertyBaseEnum.
|
|
| operator tType () const | |
| Overloaded cast to tType operator.
|
|
| virtual char * | EnumList (int pIndex) override |
| Return the string of an enum value. |
|
| virtual char * | AsString () override |
| Get as string. |
|
| virtual bool | SetString (char *pString) override |
| Set string for list. |
|
| void | operator= (tType pValue) |
| Overloaded = operator. |
|
Static Public Attributes |
|
| static const char * | mStrings [] |
| String list. |
|
| FBPropertyBaseEnum | ( | ) | [inline] |
Constructor.
Definition at line 625 of file fbproperties.h.
| ~FBPropertyBaseEnum | ( | ) | [inline] |
Destructor.
Definition at line 628 of file fbproperties.h.
| FBPropertyBaseEnum | ( | const FBPropertyBaseEnum< tType > & | pValue | ) | [inline] |
| pValue | FBPropertyBaseEnum. |
Definition at line 636 of file fbproperties.h.
| void operator= | ( | tType | pValue | ) | [inline] |
Overloaded = operator.
Set the value of the current object using Set function.
| pValue | Value to set for object. |
Reimplemented from FBPropertyBase< tType, kFBPT_enum >.
Definition at line 643 of file fbproperties.h.
| operator tType | ( | ) | const [inline] |
Overloaded cast to tType operator.
Get the value of the current object using Get fuction.
Reimplemented from FBPropertyBase< tType, kFBPT_enum >.
Definition at line 650 of file fbproperties.h.
| virtual char* EnumList | ( | int | pIndex | ) | [inline, override, virtual] |
Return the string of an enum value.
| pIndex | Enum value to get string for. |
pIndex.Reimplemented from FBProperty.
Definition at line 652 of file fbproperties.h.
References FBProperty::EnumList(), and FBProperty::IsInternal().
| virtual char* AsString | ( | ) | [inline, override, virtual] |
Get as string.
Reimplemented from FBProperty.
Definition at line 672 of file fbproperties.h.
References FBProperty::AsInt().
| virtual bool SetString | ( | char * | pString | ) | [inline, override, virtual] |
Set string for list.
| pString | String to set for list. |
Reimplemented from FBProperty.
Definition at line 677 of file fbproperties.h.
References FBPropertyBase< tType, kFBPT_enum >::SetData().
const char*
mStrings[] [static] |
String list.
Definition at line 622 of file fbproperties.h.