fbxdocumentinfo.h

Go to the documentation of this file.
00001 /****************************************************************************************
00002  
00003    Copyright (C) 2012 Autodesk, Inc.
00004    All rights reserved.
00005  
00006    Use of this software is subject to the terms of the Autodesk license agreement
00007    provided at the time of installation or download, or which otherwise accompanies
00008    this software in either electronic or hard copy form.
00009  
00010 ****************************************************************************************/
00011 
00013 #ifndef _FBXSDK_SCENE_DOCUMENT_INFO_H_
00014 #define _FBXSDK_SCENE_DOCUMENT_INFO_H_
00015 
00016 #include <fbxsdk/fbxsdk_def.h>
00017 
00018 #include <fbxsdk/core/base/fbxstring.h>
00019 #include <fbxsdk/core/fbxobject.h>
00020 
00021 #include <fbxsdk/fbxsdk_nsbegin.h>
00022 
00023 class FbxThumbnail;
00024 class FbxManager;
00025 
00028 class FBXSDK_DLL FbxDocumentInfo : public FbxObject
00029 {
00030     FBXSDK_OBJECT_DECLARE(FbxDocumentInfo,FbxObject);
00031 
00032 public:
00044         FbxPropertyT<FbxString> LastSavedUrl;
00045 
00053         FbxPropertyT<FbxString> Url;
00054 
00061         FbxProperty Original;
00062 
00070         FbxPropertyT<FbxString> Original_ApplicationVendor;
00071 
00079         FbxPropertyT<FbxString> Original_ApplicationName;
00080 
00088         FbxPropertyT<FbxString> Original_ApplicationVersion;
00089 
00097         FbxPropertyT<FbxString> Original_FileName;
00098 
00107         FbxPropertyT<FbxDateTime> Original_DateTime_GMT;
00108 
00115         FbxProperty LastSaved;
00116 
00124         FbxPropertyT<FbxString> LastSaved_ApplicationVendor;
00125 
00133         FbxPropertyT<FbxString> LastSaved_ApplicationName;
00134 
00142         FbxPropertyT<FbxString> LastSaved_ApplicationVersion;
00143 
00153         FbxPropertyT<FbxDateTime> LastSaved_DateTime_GMT;
00154 
00161         FbxPropertyT<FbxString> EmbeddedUrl;
00163 
00168         FbxString mTitle;       
00169         FbxString mSubject;     
00170         FbxString mAuthor;      
00171         FbxString mKeywords;    
00172         FbxString mRevision;    
00173         FbxString mComment;     
00174 
00175 
00183         FbxThumbnail* GetSceneThumbnail();
00184 
00188         void SetSceneThumbnail(FbxThumbnail* pSceneThumbnail);
00190 
00195     void Clear();
00196 
00198 //
00199 //  WARNING!
00200 //
00201 //  Anything beyond these lines may not be documented accurately and is 
00202 //  subject to change without notice.
00203 //
00205 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00206 
00207     virtual FbxObject& Copy(const FbxObject& pObject);
00208 
00209 protected:
00211     FbxDocumentInfo(FbxManager& pManager,const char* pName);
00212 
00213     bool            ConstructProperties(bool pForceSet);
00214     FbxThumbnail*   mSceneThumbnail;
00215 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS 
00216 };
00217 
00218 #include <fbxsdk/fbxsdk_nsend.h>
00219 
00220 #endif /* _FBXSDK_SCENE_DOCUMENT_INFO_H_ */