kfbxpropertydef.h File Reference


Detailed Description

Definition in file kfbxpropertydef.h.

#include <fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>

Include dependency graph for kfbxpropertydef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class   FbxPropertyFlags
class   KFbxConnectionPointFilter
  Class to manage ConnectFilter. More...

Typedefs

typedef int  kFbxPropertyId
typedef int  kFbxFilterId

Enumerations

enum   KFbxInheritType {
   eFbxOverride = 0,
   eFbxInherit = 1,
   eFbxDeleted = 2
}
enum   kFbxConnectionType {
   eFbxConnectionNone = 0,
   eFbxConnectionSystem = 1 << 0,
   eFbxConnectionUser = 1 << 1,
   eFbxConnectionSystemOrUser = eFbxConnectionUser | eFbxConnectionSystem,
   eFbxConnectionReference = 1 << 2,
   eFbxConnectionContains = 1 << 3,
   eFbxConnectionData = 1 << 4,
   eFbxConnectionLinkType = eFbxConnectionReference | eFbxConnectionContains | eFbxConnectionData,
   eFbxConnectionDefault = eFbxConnectionUser | eFbxConnectionReference,
   eFbxConnectionUnidirectional = 1 << 7
}

Variables

const kFbxPropertyId  kFbxProperyIdNull = -1
const kFbxPropertyId  kFbxProperyIdRoot = 0

Typedef Documentation

typedef int kFbxFilterId

Definition at line 117 of file kfbxpropertydef.h.

Definition at line 45 of file kfbxpropertydef.h.


Enumeration Type Documentation

Enumerator:
eFbxConnectionNone 
eFbxConnectionSystem 
eFbxConnectionUser 
eFbxConnectionSystemOrUser 
eFbxConnectionReference 
eFbxConnectionContains 
eFbxConnectionData 
eFbxConnectionLinkType 
eFbxConnectionDefault 
eFbxConnectionUnidirectional 

Definition at line 51 of file kfbxpropertydef.h.

Enumerator:
eFbxOverride 
eFbxInherit 
eFbxDeleted 

Definition at line 49 of file kfbxpropertydef.h.


Variable Documentation

Definition at line 46 of file kfbxpropertydef.h.

Definition at line 47 of file kfbxpropertydef.h.