#include <fbxconstantentryview.h>
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.
Public Member Functions |
|
| FbxConstantEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
| Constructor. |
|
| ~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.
|
|
| virtual const char * | EntryType () const |
| Get the entry type. |
|
Static Public Attributes |
|
| static const char * | sEntryType |
| Name of the entry type used in the binding
entry. |
|
| 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 |
| void SetConstantName | ( | const char * | pName | ) |
Set the constant string for binding entry.
| pName | The constant string to set. |
| virtual const char* EntryType | ( | ) | const [virtual] |
Get the entry type.
Reimplemented from FbxEntryView.
const char*
sEntryType [static] |
Name of the entry type used in the binding entry.
It should be "FbxConstantEntry" in this case.
Reimplemented from FbxEntryView.
Definition at line 34 of file fbxconstantentryview.h.