#include <kfbxentryview.h>
Definition at line 52 of file kfbxentryview.h.
Constructor and Destructor |
|
KFbxEntryView (KFbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
virtual | ~KFbxEntryView () |
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. |
KFbxEntryView | ( | KFbxBindingTableEntry * | pEntry, | |
bool | pAsSource, | |||
bool | pCreate = false |
|||
) |
virtual ~KFbxEntryView | ( | ) | [virtual] |
virtual bool IsValid | ( | ) | const [virtual] |
IsValid Whether the entry is valid.
True
if the entry is validvirtual bool Create | ( | ) | [virtual] |
Create Create a new entry.
True
if the entry is created successfullyvirtual const char* EntryType | ( | ) | const [virtual] |
Reimplemented in KFbxConstantEntryView, KFbxOperatorEntryView, and KFbxPropertyEntryView.
const char* sEntryType
[static] |
Entry type.
Reimplemented in KFbxConstantEntryView, KFbxOperatorEntryView, and KFbxPropertyEntryView.
Definition at line 57 of file kfbxentryview.h.