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

#include <fbxoperatorentryview.h>

Class Description

FbxOperatorEntryView represents binding operator entry in entry tables.

The binding operator can be used as source or destination for the binding entry.

See also
FbxBindingTableEntry and FbxBindingTable.

Definition at line 29 of file fbxoperatorentryview.h.

+ Inheritance diagram for FbxOperatorEntryView:

Public Member Functions

 FbxOperatorEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false)
 Constructor. More...
 
 ~FbxOperatorEntryView ()
 Destructor. More...
 
const char * GetOperatorName () const
 Get the operator name from the binding entry. More...
 
void SetOperatorName (const char *pName)
 Set the operator name to the binding entry. More...
 
virtual const char * EntryType () const
 Get the entry type. More...
 
- Public Member Functions inherited from FbxEntryView
virtual bool IsValid () const
 Check whether this entry view is valid or not. More...
 
virtual bool Create ()
 Create a new entry view. More...
 
 FbxEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false)
 Constructor. More...
 
virtual ~FbxEntryView ()
 Destructor. More...
 

Static Public Attributes

static const char * sEntryType
 Name of the entry type used in the binding entry. More...
 
- Static Public Attributes inherited from FbxEntryView
static const char * sEntryType
 Entry type. More...
 

Constructor & Destructor Documentation

◆ FbxOperatorEntryView()

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

◆ ~FbxOperatorEntryView()

Destructor.

Member Function Documentation

◆ GetOperatorName()

const char* GetOperatorName ( ) const

Get the operator name from the binding entry.

Returns
The operator name.

◆ SetOperatorName()

void SetOperatorName ( const char *  pName)

Set the operator name to the binding entry.

Parameters
pNameThe operator name to set.

◆ EntryType()

virtual const char* EntryType ( ) const
virtual

Get the entry type.

Returns
Entry type as string "FbxOperatorEntry".
Remarks
Always use EntryType() to get the right entry type.

Reimplemented from FbxEntryView.

Member Data Documentation

◆ sEntryType

const char* sEntryType
static

Name of the entry type used in the binding entry.

It should be "FbxOperatorEntry" in this case.

Definition at line 35 of file fbxoperatorentryview.h.


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