FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxEntryView Class Reference

#include <fbxentryview.h>

Class Description

Entry view class represents binding entry in entry tables.

See also
FbxBindingTableEntry and FbxBindingTable.

Definition at line 26 of file fbxentryview.h.

+ Inheritance diagram for FbxEntryView:

Public Member Functions

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...
 

Static Public Attributes

static const char * sEntryType
 Entry type. More...
 

Constructor and Destructor.

 FbxEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false)
 Constructor. More...
 
virtual ~FbxEntryView ()
 Destructor. More...
 

Constructor & Destructor Documentation

◆ FbxEntryView()

FbxEntryView ( FbxBindingTableEntry pEntry,
bool  pAsSource,
bool  pCreate = false 
)

Constructor.

Parameters
pEntryThe binding table entry to create the entry view for.
pAsSourcetrue to create the entry view as source, false as destination.
pCreatetrue to create the entry view, false otherwise.

◆ ~FbxEntryView()

virtual ~FbxEntryView ( )
virtual

Destructor.

Member Function Documentation

◆ 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
true if the entry view is valid, false otherwise.

◆ Create()

virtual bool Create ( )
virtual

Create a new entry view.

Returns
true if the entry view is created successfully, false otherwise.

◆ EntryType()

virtual const char* EntryType ( ) const
virtual

Member Data Documentation

◆ sEntryType

const char* sEntryType
static

Entry type.

Definition at line 31 of file fbxentryview.h.


The documentation for this class was generated from the following file: