FBX C++ API Reference
|
#include <fbxbindingsentryview.h>
FbxBindingsEntryView represents binding table entry in entry tables.
The name of the binding table can be used as source or destination for the binding entry.
Definition at line 26 of file fbxbindingsentryview.h.
Public Member Functions | |
FbxBindingsEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
Constructor. More... | |
~FbxBindingsEntryView () | |
Destructor. More... | |
const char * | GetBindingTableName () const |
Get the binding table's name for the binding entry. More... | |
void | SetBindingTableName (const char *pName) |
Set the binding table's name for binding entry. More... | |
virtual const char * | EntryType () const |
Get the entry type. More... | |
![]() | |
virtual bool | IsValid () const |
Check whether this entry view is valid or not. More... | |
virtual bool | Create () |
Create a new entry view. More... | |
FbxEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
Constructor. More... | |
virtual | ~FbxEntryView () |
Destructor. More... | |
Static Public Attributes | |
static const char * | sEntryType |
Name of the entry type used in the binding entry. More... | |
![]() | |
static const char * | sEntryType |
Entry type. More... | |
FbxBindingsEntryView | ( | FbxBindingTableEntry * | pEntry, |
bool | pAsSource, | ||
bool | pCreate = false |
||
) |
Constructor.
pEntry | The binding table entry to create the entry view for. |
pAsSource | true to create the entry view as source, false as destination. |
pCreate | true to create the entry view, false otherwise. |
~FbxBindingsEntryView | ( | ) |
Destructor.
const char* GetBindingTableName | ( | ) | const |
Get the binding table's name for the binding entry.
void SetBindingTableName | ( | const char * | pName | ) |
Set the binding table's name for binding entry.
pName | The binding table's name to set. |
|
virtual |
Get the entry type.
Reimplemented from FbxEntryView.
|
static |
Name of the entry type used in the binding entry.
It should be "FbxBindingsEntry" in this case.
Definition at line 32 of file fbxbindingsentryview.h.