|
FBX C++ API Reference
|
FbxOperatorEntryView represents binding operator entry in entry tables. More...
#include <fbxoperatorentryview.h>
Inheritance diagram for FbxOperatorEntryView:Public Member Functions | |
| FbxOperatorEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
| Constructor. More... | |
| ~FbxOperatorEntryView () | |
| Destructor. More... | |
| const char * | GetOperatorName () const |
| Get the operator name from the binding entry. More... | |
| void | SetOperatorName (const char *pName) |
| Set the operator name to the binding entry. More... | |
| const char * | EntryType () const override |
| Get the entry type. More... | |
Public Member Functions inherited from FbxEntryView | |
| 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 Public Attributes inherited from FbxEntryView | |
| static const char * | sEntryType |
| Entry type. More... | |
FbxOperatorEntryView represents binding operator entry in entry tables.
The binding operator can be used as source or destination for the binding entry.
Definition at line 29 of file fbxoperatorentryview.h.
| FbxOperatorEntryView | ( | 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. |
| ~FbxOperatorEntryView | ( | ) |
Destructor.
| const char* GetOperatorName | ( | ) | const |
Get the operator name from the binding entry.
| void SetOperatorName | ( | const char * | pName | ) |
Set the operator name to the binding entry.
| pName | The operator name to set. |
|
overridevirtual |
Get the entry type.
Reimplemented from FbxEntryView.
|
static |
Name of the entry type used in the binding entry.
It should be "FbxOperatorEntry" in this case.
Definition at line 35 of file fbxoperatorentryview.h.