#include <fbxpropertyentryview.h>
FbxPropertyEntryView represents property entry in entry tables.
The property can be used as source or destination for the binding entry. Use this class to manipulate binding table's attributes.
 Examples: Definition at line 39 of file fbxpropertyentryview.h.
 Inheritance diagram for FbxPropertyEntryView:Public Member Functions | |
| const char * | GetProperty () const | 
| Get the property name from the binding entry.  More... | |
| void | SetProperty (const char *pPropertyName) | 
| Set the property 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 and Destructor. | |
| FbxPropertyEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false) | |
| Constructor.  More... | |
| ~FbxPropertyEntryView () | |
| Destructor.  More... | |
| FbxPropertyEntryView | ( | FbxBindingTableEntry * | pEntry, | 
| bool | pAsSource, | ||
| bool | pCreate = false  | 
        ||
| ) | 
Constructor.
| pEntry | The binding table entry to create the entry view for. | 
| pAsSource | true to create the entry view as source, false as destination.  | 
| pCreate | true to create the entry view, false otherwise.  | 
| ~FbxPropertyEntryView | ( | ) | 
Destructor.
| const char* GetProperty | ( | ) | const | 
Get the property name from the binding entry.
| void SetProperty | ( | const char * | pPropertyName | ) | 
Set the property name to the binding entry.
| pPropertyName | The property name to set. | 
      
  | 
  virtual | 
Get the entry type.
Reimplemented from FbxEntryView.
      
  | 
  static | 
Name of the entry type used in the binding entry.
It should be "FbxPropertyEntry" in this case.
 Examples: Definition at line 46 of file fbxpropertyentryview.h.