#include <fbxentryview.h>
Entry view class represents binding entry in entry tables. 
- See also
- FbxBindingTableEntry and FbxBindingTable. 
Definition at line 26 of file fbxentryview.h.
|  | 
| virtual bool | IsValid () const | 
|  | Check whether this entry view is valid or not.  More... 
 | 
|  | 
| virtual bool | Create () | 
|  | Create a new entry view.  More... 
 | 
|  | 
| virtual const char * | EntryType () const | 
|  | Get the entry type of this entry view.  More... 
 | 
|  | 
◆ FbxEntryView()
Constructor. 
- Parameters
- 
  
    | pEntry | The binding table entry to create the entry view for. |  | pAsSource | trueto create the entry view as source,falseas destination. |  | pCreate | trueto create the entry view,falseotherwise. |  
 
 
 
◆ ~FbxEntryView()
◆ IsValid()
  
  | 
        
          | 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. 
- Returns
- trueif the entry view is valid,- falseotherwise.
 
 
◆ Create()
Create a new entry view. 
- Returns
- trueif the entry view is created successfully,- falseotherwise.
 
 
◆ EntryType()
  
  | 
        
          | virtual const char* EntryType | ( |  | ) | const |  | virtual | 
 
 
◆ sEntryType
The documentation for this class was generated from the following file: