#include<kfbxdocumentinfo.h>
Definition at line56of filekfbxdocumentinfo.h.
Public Member Functions | |
void | Clear() |
Clear the content. | |
KFbxDocumentInfo& | operator=(constKFbxDocumentInfo&pDocumentInfo) |
assignment operator. | |
KFbxThumbnail* | GetSceneThumbnail() |
Scene Thumbnail. | |
void | SetSceneThumbnail(KFbxThumbnail*pSceneThumbnail) |
Set the scene thumbnail. | |
Public Attributes | |
Public properties | |
KFbxTypedProperty<fbxString> | LastSavedUrl |
KFbxTypedProperty<fbxString> | Url |
KFbxProperty | Original |
Parent property for all 'creation-related' properties; these properties. | |
KFbxTypedProperty<fbxString> | Original_ApplicationVendor |
KFbxTypedProperty<fbxString> | Original_ApplicationName |
KFbxTypedProperty<fbxString> | Original_ApplicationVersion |
KFbxTypedProperty<fbxString> | Original_FileName |
KFbxTypedProperty<fbxDateTime> | Original_DateTime_GMT |
Date/time should be stored in GMT. | |
KFbxProperty | LastSaved |
Parent property for all 'lastmod-related' properties; these properties. | |
KFbxTypedProperty<fbxString> | LastSaved_ApplicationVendor |
KFbxTypedProperty<fbxString> | LastSaved_ApplicationName |
KFbxTypedProperty<fbxString> | LastSaved_ApplicationVersion |
KFbxTypedProperty<fbxDateTime> | LastSaved_DateTime_GMT |
Date/time should be stored in GMT. | |
KFbxTypedProperty<fbxString> | EmbeddedUrl |
This property is set to point to the .fbm folder created when reading a .fbx file with embedded data. | |
KString | mTitle |
User-defined summary data. | |
KString | mSubject |
Subject. | |
KString | mAuthor |
Author. | |
KString | mKeywords |
Keywords. | |
KString | mRevision |
Revision. | |
KString | mComment |
Comment. |
KFbxThumbnail* GetSceneThumbnail | ( | ) |
Scene Thumbnail.
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.
KFbxDocumentInfo&operator= | ( | constKFbxDocumentInfo& | pDocumentInfo | ) |
assignment operator.
pDocumentInfo | AnotherKFbxDocumentInfoassigned to this one. |
Parent property for all 'creation-related' properties; these properties.
Definition at line74of filekfbxdocumentinfo.h.
KFbxTypedProperty<fbxDateTime>Original_DateTime_GMT |
Date/time should be stored in GMT.
Definition at line83of filekfbxdocumentinfo.h.
Parent property for all 'lastmod-related' properties; these properties.
Definition at line93of filekfbxdocumentinfo.h.
KFbxTypedProperty<fbxDateTime>LastSaved_DateTime_GMT |
Date/time should be stored in GMT.
Definition at line100of filekfbxdocumentinfo.h.
KFbxTypedProperty<fbxString>EmbeddedUrl |
This property is set to point to the .fbm folder created when reading a .fbx file with embedded data.
It is not saved in the .fbx file.
Definition at line107of filekfbxdocumentinfo.h.
User-defined summary data.
These fields are filled by the user to identify/classify the files. Title.
Definition at line118of filekfbxdocumentinfo.h.
Subject.
Definition at line121of filekfbxdocumentinfo.h.
Author.
Definition at line124of filekfbxdocumentinfo.h.
Keywords.
Definition at line127of filekfbxdocumentinfo.h.
Revision.
Definition at line130of filekfbxdocumentinfo.h.
Comment.
Definition at line133of filekfbxdocumentinfo.h.