FBX C++ API Reference
|
FbxConstantEntryView represents constant string entry in entry tables. More...
#include <fbxconstantentryview.h>
Public Member Functions | |
FbxConstantEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
Constructor. More... | |
~FbxConstantEntryView () | |
Destructor. More... | |
const char * | GetConstantName () const |
Get the constant string for binding entry. More... | |
void | SetConstantName (const char *pName) |
Set the constant string for binding entry. More... | |
const char * | EntryType () const override |
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... | |
FbxConstantEntryView represents constant string entry in entry tables.
The constant string can be used as source or destination for the binding entry.
Definition at line 28 of file fbxconstantentryview.h.
FbxConstantEntryView | ( | 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. |
~FbxConstantEntryView | ( | ) |
Destructor.
const char* GetConstantName | ( | ) | const |
Get the constant string for binding entry.
void SetConstantName | ( | const char * | pName | ) |
Set the constant string for binding entry.
pName | The constant string to set. |
|
overridevirtual |
Get the entry type.
Reimplemented from FbxEntryView.
|
static |
Name of the entry type used in the binding entry.
It should be "FbxConstantEntry" in this case.
Definition at line 34 of file fbxconstantentryview.h.