kfbxproperty.h File Reference


Detailed Description

Definition in file kfbxproperty.h.

#include <fbxfilesdk/components/kbaselib/kaydaradef_h.h>
#include <fbxfilesdk/components/kfcurve/kfcurvenode.h>
#include <fbxfilesdk/fbxcore/kfbxevaluationinfo.h>
#include <fbxfilesdk/kfbxplugins/kfbxdatatypes.h>
#include <fbxfilesdk/fbxcore/kfbxpropertydef.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>

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

Go to the source code of this file.


Classes

class   KFbxProperty
  Class to hold user properties. More...
struct   KFbxProperty::KFbxPropertyNameCache
  This is an internal structure that you can use to build and clear the name map of properties. You can use the name map to speed up searching for property names. More...
class   KFbxTypedProperty
  This template class is used to contain user properties of specific data types. More...
class   KFbxTypedProperty< fbxReference * >
  This template class is specialized using the pointer of class fbxReference to hold user properties whose data type are fbxReference. More...
class   KFbxConnectEvent
  Class handles Connection events. More...

Enumerations

enum   eFbxConnectEventType
  Connection event type. More...
enum   eFbxConnectEventDirection
  Connection event direction. More...

Enumeration Type Documentation

Connection event direction.

  • eConnectEventSrc
  • eConnectEventDst

Definition at line 1636 of file kfbxproperty.h.

Connection event type.

  • eFbxConnectRequest
  • eFbxConnect
  • eFbxConnected
  • eFbxDisconnectRequest
  • eFbxDisconnect
  • eFbxDisconnected

Definition at line 1623 of file kfbxproperty.h.