#include <SL_Byte.h>
Inheritance diagram for CSLUByteProxy:

Public Member Functions |
|
| CSLUByteProxy (CdotXSITemplate *in_pTemplate, SI_Int in_nIndex) | |
| CSLUByteProxy & | operator= (const CSLUByteProxy &in_Value) |
| CSLUByteProxy & | operator= (const SI_UByte &in_Value) |
| SI_Bool | operator== (const CSLUByteProxy &in_ToCompare) |
| SI_Bool | operator== (const SI_UByte &in_ToCompare) |
| operator SI_UByte () | |
| Conversion operator. |
|
| virtual EElementType | Type () |
| virtual SI_Float | GetFloatValue () |
| virtual SI_Void | SetFloatValue (SI_Float in_fValue) |
| virtual SI_Error | Connect (CdotXSITemplate *in_pTemplate, SI_Int in_nIndex) |
| CSLUByteProxy | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nIndex | |||
| ) |
Constructor. Connects to an unsigned byte parameter in a template
| in_pTemplate | Pointer to the template | |
| in_nIndex | Index of the parameter in the template |
| CSLUByteProxy& operator= | ( | const CSLUByteProxy & | in_Value | ) |
Assignment operator. Assigns in_Value to the parameter referred by this proxy.
| in_Value | The new value |
| CSLUByteProxy& operator= | ( | const SI_UByte & | in_Value | ) |
Assignment operator. Assigns in_Value to the parameter referred by this proxy.
| in_Value | The new value |
| SI_Bool operator== | ( | const CSLUByteProxy & | in_ToCompare | ) |
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 SI_UByte & | in_ToCompare | ) |
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 | virtual EElementType Type | ( | ) | [virtual] |
Returns the animatable type of this class
Implements CSLAnimatableType.
| virtual SI_Float GetFloatValue | ( | ) | [virtual] |
Converts the value of the referred parameter to float
Implements CSLAnimatableType.
| virtual 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.
| virtual 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.