Entry view class represents binding entry in entry tables.
Definition at line 28 of file fbxentryview.h.
#include <fbxentryview.h>

Public Member Functions |
|
| virtual bool | IsValid () const |
| Check whether this entry view is valid or
not. |
|
| virtual bool | Create () |
| Create a new entry view. |
|
| virtual const char * | EntryType () const |
| Get the entry type of this entry view.
|
|
Static Public Attributes |
|
| static const char * | sEntryType |
| Entry type. |
|
Protected Attributes |
|
| bool | mAsSource |
| FbxBindingTableEntry * | mEntry |
Constructor and Destructor. |
|
| FbxEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
| Constructor. |
|
| virtual | ~FbxEntryView () |
| Destructor. |
|
| FbxEntryView | ( | 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. |
| virtual ~FbxEntryView | ( | ) | [virtual] |
Destructor.
| virtual bool IsValid | ( | ) | const [virtual] |
Check whether this entry view is valid or not.
If this entry view corresponds with an valid entry which is not NULL, and the entry type of this entry view is the same as that of the entry it corresponds with, then this entry view is valid.
true if the entry view is valid,
false otherwise.| virtual bool Create | ( | ) | [virtual] |
Create a new entry view.
true if the entry view is created successfully,
false otherwise.| virtual const char* EntryType | ( | ) | const [virtual] |
Get the entry type of this entry view.
Reimplemented in FbxBindingsEntryView, FbxConstantEntryView, FbxLayerEntryView, FbxOperatorEntryView, FbxPropertyEntryView, and FbxSemanticEntryView.
const char* sEntryType
[static] |
Entry type.
Reimplemented in FbxBindingsEntryView, FbxConstantEntryView, FbxLayerEntryView, FbxOperatorEntryView, FbxPropertyEntryView, and FbxSemanticEntryView.
Definition at line 33 of file fbxentryview.h.
bool mAsSource
[protected] |
Definition at line 82 of file fbxentryview.h.
FbxBindingTableEntry*
mEntry
[protected] |
Definition at line 83 of file fbxentryview.h.