#include <VariantParameter.h>
Inheritance diagram for CSLCustomParameter:

Public Member Functions |
|
| CSLCustomParameter (CdotXSITemplate *in_pTemplate, SI_Int in_nValueIndex) | |
| virtual | ~CSLCustomParameter () |
| Destructor. |
|
| CSLXSICustomParamInfo * | CustomParamInfo () |
| CSLXSICustomParamInfo * | ConnectCustomParamInfo (CSLXSICustomParamInfo *in_pCustomParamInfo) |
| CSLCustomParameter | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nValueIndex | |||
| ) |
Constructor
| [in] | in_pTemplate | Parent Template |
| [in] | in_nValueIndex | Index |
| CSLXSICustomParamInfo* CustomParamInfo | ( | ) | [virtual] |
Returns custom parameter information
Reimplemented from CSLVariantParameter.
| CSLXSICustomParamInfo* ConnectCustomParamInfo | ( | CSLXSICustomParamInfo * | in_pCustomParamInfo | ) |
Connects custom parameter information
| [in] | in_pCustomParamInfo | Pointer to the custom parameter information or null if there's none |