#include <XSIUserKeyword.h>
Inheritance diagram for CSLXSIUserKeyword:

Public Member Functions |
|
| CSLXSIUserKeyword (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSIUserKeyword () |
| Destructor. |
|
| ETemplateType | Type () |
| SI_Char * | GetList () |
| SI_Void | SetList (SI_Char *in_pValue) |
Stores the list of user keywords for the Material and the Image Clip (see the XSI_UserKeyword template reference).
| CSLXSIUserKeyword | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | Refered template |
| ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
Implements CSLTemplate.
| SI_Char* GetList | ( | ) |
Returns the user keyword string list
| SI_Void SetList | ( | SI_Char * | in_pValue | ) |
Sets the user keyword string list value
| [in] | in_pValue | new UserKeyword value |