kfbxpropertydef.h File Reference

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

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

Detailed Description

Definition in file kfbxpropertydef.h.


Typedef Documentation

typedef int kFbxPropertyId

Definition at line 22 of file kfbxpropertydef.h.

typedef int kFbxFilterId

Definition at line 98 of file kfbxpropertydef.h.


Enumeration Type Documentation

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

Definition at line 28 of file kfbxpropertydef.h.


Variable Documentation