#include
<kfbxproperty.h>
Definition at line 1644 of file kfbxproperty.h.
| Constructor and Destructor. | |
| KFbxConnectEvent (eFbxConnectEventType pType, eFbxConnectEventDirection pDir, KFbxProperty *pSrc, KFbxProperty *pDst) | |
| Constructor. | |
| Data Access. | |
| eFbxConnectEventType | GetType () const | 
| Returns the connection event type. | |
| eFbxConnectEventDirection | GetDirection () const | 
| Returns the direction of connection event. | |
| KFbxProperty & | GetSrc () const | 
| Returns the source property. | |
| KFbxProperty & | GetDst () const | 
| Returns the destination property. | |
| template<class T> | |
| T * | GetSrcIfObject (T const *pFBX_TYPE) const | 
| Returns the object of the specified class
type that contains the source property. | |
| template<class T> | |
| T * | GetDstIfObject (T const *pFBX_TYPE) const | 
| Returns the object of the specified class
type that contains the destination property. | |
| KFbxConnectEvent | ( | eFbxConnectEventType | pType, | |
| eFbxConnectEventDirection | pDir, | |||
| KFbxProperty * | pSrc, | |||
| KFbxProperty * | pDst | |||
| ) | [inline] | 
Constructor.
| pType | The connection event type. | |
| pDir | The direction of connection event. | |
| pSrc | The source property. | |
| pDst | The destination property. | 
Definition at line 1658 of file kfbxproperty.h.
| eFbxConnectEventType GetType | ( | ) | const [inline] | 
Returns the connection event type.
Definition at line 1674 of file kfbxproperty.h.
| eFbxConnectEventDirection GetDirection | ( | ) | const [inline] | 
Returns the direction of connection event.
Definition at line 1677 of file kfbxproperty.h.
| KFbxProperty& GetSrc | ( | ) | const [inline] | 
Returns the source property.
Definition at line 1680 of file kfbxproperty.h.
| KFbxProperty& GetDst | ( | ) | const [inline] | 
Returns the destination property.
Definition at line 1683 of file kfbxproperty.h.
| T* GetSrcIfObject | ( | T const * | pFBX_TYPE | ) | const [inline] | 
Returns the object of the specified class type that contains the source property.
| pFBX_TYPE | The specified class type. | 
NUll if this property is not a root property
or no object of the specified class type contains this
property.Definition at line 1689 of file kfbxproperty.h.
| T* GetDstIfObject | ( | T const * | pFBX_TYPE | ) | const [inline] | 
Returns the object of the specified class type that contains the destination property.
| pFBX_TYPE | The specified class type. | 
NUll if this property is not a
root property or no object of the specified class type contains
this property.Definition at line 1695 of file kfbxproperty.h.