#include <SL_Enum.h>
Inheritance diagram for CSLStrEnumProxy:

Public Member Functions |
|
| CSLStrEnumProxy (CdotXSITemplate *in_pTemplate, SI_Int in_nIndex, CEnumDictionary< EnumType, MaxValue > *in_pDictionary) | |
| CSLStrEnumProxy & | operator= (const CSLStrEnumProxy &in_Value) |
| CSLStrEnumProxy & | operator= (const EnumType &in_Value) |
| SI_Bool | operator== (const CSLStrEnumProxy &in_ToCompare) |
| SI_Bool | operator== (const EnumType &in_ToCompare) |
| SI_Bool | IsValid () |
| Checks if the internally stored enum value is valid. |
|
| operator EnumType () | |
| Conversion operator. |
|
| virtual EElementType | Type () |
| virtual SI_Float | GetFloatValue () |
| virtual SI_Void | SetFloatValue (SI_Float in_fValue) |
| SI_Error | Connect (CdotXSITemplate *in_pTemplate, SI_Int in_nIndex) |
| CSLStrEnumProxy | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nIndex, | |||
| CEnumDictionary< EnumType, MaxValue > * | in_pDictionary | |||
| ) |
Constructor. Connects to an enum parameter implemented as a string in the template
| in_pTemplate | Pointer to the template | |
| in_Index | Index of the parameter in the template |
| CSLStrEnumProxy< EnumType, MaxValue > & operator= | ( | const CSLStrEnumProxy< EnumType, MaxValue > & | in_Value | ) | [inline] |
Assignment operator. Assigns the value of in_Value to this class
| in_Value | The new value |
| CSLStrEnumProxy< EnumType, MaxValue > & operator= | ( | const EnumType & | in_Value | ) | [inline] |
Assignment operator. Assigns the value of in_Value to this class
| in_Value | The new value |
| SI_Bool operator== | ( | const CSLStrEnumProxy< EnumType, MaxValue > & | in_ToCompare | ) | [inline] |
Comparison operator. Compares in_ToCompare with the value of the parameter referred by this proxy.
| in_ToCompare | The instance to compare values with |
in_ToCompare are equal | SI_Bool operator== | ( | const EnumType & | in_ToCompare | ) | [inline] |
Comparison operator. Compares in_ToCompare with the value of the parameter referred by this proxy.
| in_ToCompare | The instance to compare values with |
in_ToCompare are equal | SI_Bool IsValid | ( | ) | [inline] |
Checks if the internally stored enum value is valid.
| True | if the stored enum is within valid range | |
| False | if the stored enum is invalid |
| operator EnumType | ( | ) | [inline] |
Conversion operator.
| CSLAnimatableType::EElementType Type | ( | ) | [virtual] |
Returns the animatable type of this class
Implements CSLAnimatableType.
| SI_Float GetFloatValue | ( | ) | [virtual] |
Converts the value of the referred parameter to float
Implements CSLAnimatableType.
| SI_Void SetFloatValue | ( | SI_Float | in_fValue | ) | [virtual] |
Sets the value of the referred parameter from a float
| in_fValue | The float value used to set the parameter |
Implements CSLAnimatableType.
| SI_Error Connect | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nIndex | |||
| ) | [virtual] |
Connects the proxy to a parameter of a template
| in_pTemplate | Parent template | |
| in_nIndex | Index of the parameter in the parent template |
| SI_SUCCESS |
Reimplemented from CSLAnimatableType.