fbxsdk/scene/fbxreference.h Source File

fbxreference.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2015 Autodesk, Inc.
4  All rights reserved.
5 
6  Use of this software is subject to the terms of the Autodesk license agreement
7  provided at the time of installation or download, or which otherwise accompanies
8  this software in either electronic or hard copy form.
9 
10 ****************************************************************************************/
11 
13 #ifndef _FBXSDK_SCENE_REFERENCE_H_
14 #define _FBXSDK_SCENE_REFERENCE_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
18 #include <fbxsdk/core/fbxobject.h>
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
26 {
28 
29 public:
31 
32  FbxPropertyT< FbxString > ReferenceFilePath;
45 
47 
48  FbxPropertyT< FbxBool > IsOriginalProxy;
50 
53 
61 
62 /*****************************************************************************************************************************
63 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
64 *****************************************************************************************************************************/
65 #ifndef DOXYGEN_SHOULD_SKIP_THIS
66 protected:
67  virtual void ConstructProperties(bool pForceSet);
68 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
69 };
70 
71 #include <fbxsdk/fbxsdk_nsend.h>
72 
73 #endif /* _FBXSDK_SCENE_REFERENCE_H_ */
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition: fbxobject.h:61
FBX SDK environment definition.
Contains information about a referenced file.
Definition: fbxreference.h:25
FbxPropertyT< FbxBool > IsLocked
True if referenced file is locked.
Definition: fbxreference.h:43
FbxPropertyT< FbxString > ProxyTag
Referenced file's proxy tag.
Definition: fbxreference.h:59
FbxPropertyT< FbxBool > IsLoaded
True if referenced file is loaded.
Definition: fbxreference.h:41
FbxPropertyT< FbxString > ReferenceNodeName
Referenced file's node name.
Definition: fbxreference.h:37
FbxPropertyT< FbxInt > ReferenceDepth
Referenced file's node depth.
Definition: fbxreference.h:39
The base class of most FBX objects.
Definition: fbxobject.h:157
FbxPropertyT< FbxString > ProxyManagerName
The name of proxy manager where the referenced file's proxy can be found.
Definition: fbxreference.h:55
FbxPropertyT< FbxBool > IsActiveProxy
True if referenced file is active.
Definition: fbxreference.h:52
FbxPropertyT< FbxString > ReferenceNameSpace
Referenced file's namespace.
Definition: fbxreference.h:35
#define FBXSDK_DLL
Definition: fbxarch.h:173
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.