#include <FileInfo.h>
Inheritance diagram for CSLFileInfo:

Public Member Functions |
|
| CSLFileInfo (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLFileInfo () |
| char * | GetOriginator () |
| void | SetOriginator (char *in_szOriginator) |
| char * | GetProjectName () |
| void | SetProjectName (char *in_szProjectName) |
| char * | GetUsername () |
| void | SetUsername (char *in_szUserName) |
| char * | GetSaveDateTime () |
| void | SetSaveDateTime (char *in_szSaveDateTime) |
| ETemplateType | Type () |
| SI_Error | Synchronize () |
| CSLFileInfo | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Parent Template |
| virtual ~CSLFileInfo | ( | ) | [virtual] |
Destructor
| char* GetOriginator | ( | ) |
Returns the originating software
| void SetOriginator | ( | char * | in_szOriginator | ) |
Sets the originating software
| in_szOriginator | Originating software |
| char* GetProjectName | ( | ) |
Returns the name of the project
| void SetProjectName | ( | char * | in_szProjectName | ) |
Sets the name of the project
| in_szProjectName | Name of the project |
| char* GetUsername | ( | ) |
Returns the user name.
| void SetUsername | ( | char * | in_szUserName | ) |
Sets the user name.
| in_szUserName | Name of the user |
| char* GetSaveDateTime | ( | ) |
Returns the save date time.
| void SetSaveDateTime | ( | char * | in_szSaveDateTime | ) |
Sets the save date time.
| in_szSaveDateTime | Save date time |
| ETemplateType Type | ( | ) | [virtual] |
Returns the type of this template (FILE_INFO)
Implements CSLTemplate.
| SI_Error Synchronize | ( | ) | [virtual] |
Update template with current information
Reimplemented from CSLTemplate.