KFbxBindingTableEntry
#include<kfbxbindingtableentry.h>

List of all members.

Detailed Description

A binding table entry stores a binding between a source and a destination.

Users should not instiantiate this class directly!

Definition at line58of filekfbxbindingtableentry.h.


Constructor and Destructor

 KFbxBindingTableEntry()
 Constructor.
 KFbxBindingTableEntry(KFbxBindingTableEntryconst&pEntry)
 Copy constructor.
 ~KFbxBindingTableEntry()
 Destructor.

Access

void SetSource(const char *pSource)
 Set the source.
const char * GetSource() const
 Retrieve the source.
void SetDestination(const char *pDestination)
 Set the destination.
const char * GetDestination() const
 Retrieve the destination.
void SetEntryType(const char *pType, bool pAsSource)
 Set the source type or destination type.
const char * GetEntryType(bool pAsSource) const
 Get the source type or destination type.
void * GetUserDataPtr()
 Retrieve user data pointer.
const void * GetUserDataPtr() const
 Retrieve user data pointer.
void SetUserDataPtr(void *pData)
 Set user data pointed.

Public Member Functions

KFbxBindingTableEntryoperator=(KFbxBindingTableEntryconst&pEntry)
 Assignment operator.

Constructor&Destructor Documentation

Constructor.

Copy constructor.

Destructor.

Member Function Documentation

void SetSource(const char * pSource ) 

Set the source.

Parameters:
pSource The source to set.

const char* GetSource( ) const

Retrieve the source.

void SetDestination(const char * pDestination ) 

Set the destination.

Parameters:
pDestination The destination to set.

const char* GetDestination( ) const

Retrieve the destination.

void SetEntryType(const char * pType,
bool pAsSource 
)

Set the source type or destination type.

Parameters:
pType The source type or destination type to set.
pAsSource Flag indicates soure type or destination type to set.

const char* GetEntryType(bool pAsSource ) const

Get the source type or destination type.

Parameters:
pAsSource Flag indicates soure type or destination type to get.
Returns:
Source type or destination type.

void* GetUserDataPtr( ) 

Retrieve user data pointer.

const void* GetUserDataPtr( ) const

Retrieve user data pointer.

void SetUserDataPtr(void * pData ) 

Set user data pointed.

KFbxBindingTableEntry&operator=(KFbxBindingTableEntryconst& pEntry ) 

Assignment operator.