#include <XSIImageLibrary.h>
Inheritance diagram for CSLImageLibrary:

Public Member Functions |
|
| CSLImageLibrary (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLImageLibrary () |
| Destructor. |
|
| ETemplateType | Type () |
| SI_Error | Synchronize () |
| virtual CSLAnimatableType * | ParameterFromName (SI_Char *in_szName) |
| CSLImage * | AddImage () |
| SI_Error | RemoveImage (SI_Int in_nIndex) |
| SI_Error | RemoveImage (CSLImage *in_pToRemove) |
| SI_Error | ClearImages () |
| CSLImage * | ConnectImage (CSLImage *in_pToConnect) |
| CSLImage ** | GetImageList () |
| SI_Int | GetImageCount () |
| CSLImage * | FindImage (SI_Char *in_szImageName) |
| CSLImageLibrary | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
| ETemplateType Type | ( | ) | [inline, virtual] |
Gets the type of this template
Implements CSLTemplate.
| SI_Error Synchronize | ( | ) | [virtual] |
Commits semantic layer data
Reimplemented from CSLTemplate.
| virtual CSLAnimatableType* ParameterFromName | ( | SI_Char * | in_szName | ) | [virtual] |
Return a proxy to the specified parameter.
| in_szName | Name of the parameter |
Reimplemented from CSLTemplate.
| CSLImage* AddImage | ( | ) |
Adds an Image to the Image list
| SI_Error RemoveImage | ( | SI_Int | in_nIndex | ) |
Removes an Image from the Image list
| in_nIndex | Index of the Image to remove |
Removes an Image from the Image list
| in_pToRemove | Pointer to the Image to remove |
| SI_Error ClearImages | ( | ) |
Removes all connections points from the Image list
Adds an exisiting Image to the Image list
| in_pToConnect | Pointer to the Image to add |
| CSLImage** GetImageList | ( | ) |
Gets a pointer to the internally-stored Image pointer list
| SI_Int GetImageCount | ( | ) |
Gets the total number of Images
| CSLImage* FindImage | ( | SI_Char * | in_szImageName | ) |
Searches for a given Image
| in_szImageName | Name of the Image to look for |