FbxConstantEntryView Class Reference
 
 
 
FbxConstantEntryView Class Reference

#include <fbxconstantentryview.h>


Class Description

FbxConstantEntryView represents constant string entry in entry tables.

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

See also:
FbxBindingTableEntry and FbxBindingTable.

Definition at line 28 of file fbxconstantentryview.h.

Inheritance diagram for FbxConstantEntryView:
FbxEntryView

List of all members.

Public Member Functions

  FbxConstantEntryView (FbxBindingTableEntry *pEntry, bool pAsSource, bool pCreate=false)
  Constructor.
  ~FbxConstantEntryView ()
  Destructor.
const char *  GetConstantName () const
  Get the constant string for binding entry.
void  SetConstantName (const char *pName)
  Set the constant string for binding entry.
virtual const char *  EntryType () const
  Get the entry type.

Static Public Attributes

static const char *  sEntryType
  Name of the entry type used in the binding entry.

Constructor & Destructor Documentation

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

Constructor.

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

Destructor.


Member Function Documentation

const char* GetConstantName ( ) const

Get the constant string for binding entry.

Returns:
The constant string.
void SetConstantName ( const char *  pName )

Set the constant string for binding entry.

Parameters:
pName The constant string to set.
virtual const char* EntryType ( ) const [virtual]

Get the entry type.

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

Reimplemented from FbxEntryView.


Member Data Documentation

const char* sEntryType [static]

Name of the entry type used in the binding entry.

It should be "FbxConstantEntry" in this case.

Reimplemented from FbxEntryView.

Examples:
ImportScene/DisplayMaterial.cxx.

Definition at line 34 of file fbxconstantentryview.h.


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