00001
00003 #ifndef FBXFILESDK_FBXCORE_FBXCOLLECTION_KFBXDOCUMENTINFO_H
00004 #define FBXFILESDK_FBXCORE_FBXCOLLECTION_KFBXDOCUMENTINFO_H
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041 #include <fbxfilesdk/components/kbaselib/kaydaradef_h.h>
00042 #include <fbxfilesdk/components/kbaselib/kaydara.h>
00043
00044 #include <fbxfilesdk/components/kbaselib/klib/kstring.h>
00045 #include <fbxfilesdk/kfbxplugins/kfbxobject.h>
00046
00047 class KStreamFbx;
00048
00049 #include <fbxfilesdk/fbxfilesdk_nsbegin.h>
00050
00051 class KFbxThumbnail;
00052 class KFbxSdkManager;
00053
00056 class KFBX_DLL KFbxDocumentInfo : public KFbxObject
00057 {
00058 KFBXOBJECT_DECLARE(KFbxDocumentInfo,KFbxObject);
00059
00064 public:
00065 KFbxTypedProperty<fbxString> LastSavedUrl;
00066 KFbxTypedProperty<fbxString> Url;
00067
00069
00070
00071
00072
00073
00074 KFbxProperty Original;
00075
00076 KFbxTypedProperty<fbxString> Original_ApplicationVendor;
00077 KFbxTypedProperty<fbxString> Original_ApplicationName;
00078 KFbxTypedProperty<fbxString> Original_ApplicationVersion;
00079
00080 KFbxTypedProperty<fbxString> Original_FileName;
00081
00083 KFbxTypedProperty<fbxDateTime> Original_DateTime_GMT;
00084
00086
00087
00088
00089
00090
00091
00092
00093 KFbxProperty LastSaved;
00094
00095 KFbxTypedProperty<fbxString> LastSaved_ApplicationVendor;
00096 KFbxTypedProperty<fbxString> LastSaved_ApplicationName;
00097 KFbxTypedProperty<fbxString> LastSaved_ApplicationVersion;
00098
00100 KFbxTypedProperty<fbxDateTime> LastSaved_DateTime_GMT;
00101
00107 KFbxTypedProperty<fbxString> EmbeddedUrl;
00109
00110
00116 public:
00118 KString mTitle;
00119
00121 KString mSubject;
00122
00124 KString mAuthor;
00125
00127 KString mKeywords;
00128
00130 KString mRevision;
00131
00133 KString mComment;
00135
00139
00143 KFbxThumbnail* GetSceneThumbnail();
00144
00148 void SetSceneThumbnail(KFbxThumbnail* pSceneThumbnail);
00150
00155 void Clear();
00156
00160 KFbxDocumentInfo& operator=(const KFbxDocumentInfo& pDocumentInfo);
00161
00163
00164
00165
00166
00167
00168
00170 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00171
00172 public:
00173 virtual KFbxObject* Clone(KFbxObject* pContainer, KFbxObject::ECloneType pCloneType) const;
00174
00175 protected:
00177 KFbxDocumentInfo(KFbxSdkManager& pManager,char const *pName);
00178 ~KFbxDocumentInfo();
00179 virtual void Construct (const KFbxDocumentInfo* pFrom);
00180 virtual void Destruct (bool pRecursive, bool pDependents);
00181 bool ConstructProperties(bool pForceSet);
00182
00183 KFbxThumbnail* mSceneThumbnail;
00184
00185 friend class KStreamFbx;
00186 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS
00187 };
00188
00189 typedef KFbxDocumentInfo* HKFbxDocumentInfo;
00190
00191
00192
00193
00194
00195
00196
00197 #include <fbxfilesdk/fbxfilesdk_nsend.h>
00198
00199 #endif // FBXFILESDK_FBXCORE_FBXCOLLECTION_KFBXDOCUMENTINFO_H
00200