#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) |
Defines parameters in custom presets
| CSLCustomParameter | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nValueIndex | |||
| ) |
Constructor
| in_pTemplate | Parent Template in_nValueIndex Index |
| CSLXSICustomParamInfo* CustomParamInfo | ( | ) | [virtual] |
Gets custom parameter information
Reimplemented from CSLVariantParameter.
| CSLXSICustomParamInfo* ConnectCustomParamInfo | ( | CSLXSICustomParamInfo * | in_pCustomParamInfo | ) |
Connects custom parameter information
| in_pCustomParamInfo | Pointer to the custom parameter information or null if there's none |