#include <kfbxsceneinfo.h>
Inherits KFbxObject.
Inheritance diagram for KFbxSceneInfo:
Definition at line 64 of file kfbxsceneinfo.h.
Public Member Functions | |
void | Clear () |
Clear the content. | |
KFbxSceneInfo & | operator= (const KFbxSceneInfo &pSceneInfo) |
assignment operator. | |
KFbxThumbnail * | GetSceneThumbnail () |
Get the scene thumbnail. | |
void | SetSceneThumbnail (KFbxThumbnail *pSceneThumbnail) |
Set the scene thumbnail. | |
Public Attributes | |
KString | mTitle |
Title. | |
KString | mSubject |
Subject. | |
KString | mAuthor |
Author. | |
KString | mKeywords |
Keywords. | |
KString | mRevision |
Revision. | |
KString | mComment |
Comment. |
KFbxThumbnail* GetSceneThumbnail | ( | ) |
Get the scene thumbnail.
void SetSceneThumbnail | ( | KFbxThumbnail * | pSceneThumbnail | ) |
Set the scene thumbnail.
pSceneThumbnail | Pointer to a thumbnail object. |
void Clear | ( | ) |
Clear the content.
Reset all the strings to the empty string and clears the pointer to the thumbnail.
KFbxSceneInfo& operator= | ( | const KFbxSceneInfo & | pSceneInfo | ) |
assignment operator.
Title.
These fields are filled by the user to identify/classify the files.
Definition at line 75 of file kfbxsceneinfo.h.