KFbxDocumentInfo
#include<kfbxdocumentinfo.h>

Inheritance diagram for KFbxDocumentInfo:

Inheritance graph
[legend]

List of all members.

Detailed Description

Contains scene thumbnail and user-defined summary data.

Definition at line56of filekfbxdocumentinfo.h.


Public Member Functions

void Clear()
 Clear the content.
KFbxDocumentInfooperator=(constKFbxDocumentInfo&pDocumentInfo)
 assignment operator.
KFbxThumbnailGetSceneThumbnail()
 Scene Thumbnail.
void SetSceneThumbnail(KFbxThumbnail*pSceneThumbnail)
 Set the scene thumbnail.

Public Attributes

Public properties
KFbxTypedProperty<fbxStringLastSavedUrl
KFbxTypedProperty<fbxStringUrl
KFbxProperty Original
 Parent property for all 'creation-related' properties; these properties.
KFbxTypedProperty<fbxStringOriginal_ApplicationVendor
KFbxTypedProperty<fbxStringOriginal_ApplicationName
KFbxTypedProperty<fbxStringOriginal_ApplicationVersion
KFbxTypedProperty<fbxStringOriginal_FileName
KFbxTypedProperty<fbxDateTimeOriginal_DateTime_GMT
 Date/time should be stored in GMT.
KFbxProperty LastSaved
 Parent property for all 'lastmod-related' properties; these properties.
KFbxTypedProperty<fbxStringLastSaved_ApplicationVendor
KFbxTypedProperty<fbxStringLastSaved_ApplicationName
KFbxTypedProperty<fbxStringLastSaved_ApplicationVersion
KFbxTypedProperty<fbxDateTimeLastSaved_DateTime_GMT
 Date/time should be stored in GMT.
KFbxTypedProperty<fbxStringEmbeddedUrl
 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.

Member Function Documentation

KFbxThumbnail* GetSceneThumbnail( ) 

Scene Thumbnail.

Get the scene thumbnail.

Returns:
Pointer to the thumbnail.

void SetSceneThumbnail(KFbxThumbnailpSceneThumbnail ) 

Set the scene thumbnail.

Parameters:
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=(constKFbxDocumentInfopDocumentInfo ) 

assignment operator.

Parameters:
pDocumentInfo AnotherKFbxDocumentInfoassigned to this one.

Member Data Documentation

Parent property for all 'creation-related' properties; these properties.

Definition at line74of filekfbxdocumentinfo.h.

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.

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.