KFbxSceneInfo Class Reference

#include <kfbxsceneinfo.h>

Inherits KFbxObject.

Inheritance diagram for KFbxSceneInfo:

Inheritance graph
List of all members.

Detailed Description

Contains scene thumbnail and user-defined summary data.

Definition at line 64 of file kfbxsceneinfo.h.

Public Member Functions

void Clear ()
 Clear the content.
KFbxSceneInfooperator= (const KFbxSceneInfo &pSceneInfo)
 assignment operator.
KFbxThumbnailGetSceneThumbnail ()
 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.


Member Function Documentation

KFbxThumbnail* GetSceneThumbnail (  ) 

Get the scene thumbnail.

Returns:
Pointer to the thumbnail.

void SetSceneThumbnail ( KFbxThumbnail pSceneThumbnail  ) 

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.

KFbxSceneInfo& operator= ( const KFbxSceneInfo pSceneInfo  ) 

assignment operator.


Member Data Documentation

Title.

These fields are filled by the user to identify/classify the files.

Definition at line 75 of file kfbxsceneinfo.h.

Subject.

Definition at line 78 of file kfbxsceneinfo.h.

Author.

Definition at line 81 of file kfbxsceneinfo.h.

Keywords.

Definition at line 84 of file kfbxsceneinfo.h.

Revision.

Definition at line 87 of file kfbxsceneinfo.h.

Comment.

Definition at line 90 of file kfbxsceneinfo.h.