#include <StaticValue.h>
Inheritance diagram for CSLStaticValue:

Public Member Functions |
|
| CSLStaticValue (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| CSLTemplate::ETemplateType | Type () |
| SI_Bool | GetActive () |
| SI_Void | SetActive (SI_Bool in_bActive) |
| SI_Char * | GetParameterName () |
| SI_Void | SetParameterName (SI_Char *in_szName) |
| SI_Float | GetValue () |
| SI_Void | SetValue (SI_Float in_fValue) |
| CSLStaticValue | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Referred template |
| CSLTemplate::ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of the template
Implements CSLTemplate.
| SI_Bool GetActive | ( | ) |
Gets whether or not the parameter is active.
| SI_Void SetActive | ( | SI_Bool | in_bActive | ) |
Sets whether or not the parameter is active.
| in_bActive | Value of the flag |
| SI_Char* GetParameterName | ( | ) |
Gets the name of the parameter
| SI_Void SetParameterName | ( | SI_Char * | in_szName | ) |
Sets the name of the parameter
| in_szName | Name of the parameter |
| SI_Float GetValue | ( | ) |
Gets the value of the parameter
| SI_Void SetValue | ( | SI_Float | in_fValue | ) |
Sets the value of the parameter
| in_fValue | Value of the parameter |