Entry view class represents entries in entry tables.
Definition at line 52 of file kfbxentryview.h.
#include <kfbxentryview.h>

Public Member Functions |
|
| virtual bool | IsValid () const |
| IsValid Whether the entry is valid. |
|
| virtual bool | Create () |
| Create Create a new entry. |
|
| virtual const char * | EntryType () const |
Static Public Attributes |
|
| static const char * | sEntryType |
| Entry type. |
|
Protected Attributes |
|
| bool | mAsSource |
| KFbxBindingTableEntry * | mEntry |
Constructor and Destructor |
|
| KFbxEntryView (KFbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
| virtual | ~KFbxEntryView () |
| KFbxEntryView | ( | KFbxBindingTableEntry * | pEntry, |
| bool | pAsSource, | ||
| bool | pCreate =
false |
||
| ) |
| virtual ~KFbxEntryView | ( | ) | [virtual] |
| virtual bool IsValid | ( | ) | const [virtual] |
| virtual bool Create | ( | ) | [virtual] |
Create Create a new entry.
True if the entry is created successfully| virtual const char* EntryType | ( | ) | const [virtual] |
const char* sEntryType
[static] |
Entry type.
Reimplemented in KFbxBindingsEntryView, KFbxConstantEntryView, KFbxOperatorEntryView, KFbxPropertyEntryView, and KFbxSemanticEntryView.
Definition at line 57 of file kfbxentryview.h.
bool mAsSource
[protected] |
Definition at line 93 of file kfbxentryview.h.
KFbxBindingTableEntry*
mEntry
[protected] |
Definition at line 94 of file kfbxentryview.h.