FBPropertyViewList Class Reference
 
 
 
FBPropertyViewList Class Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


#include <fbcontrols.h>


Class Description

FBProperty View List.

Hold list of description for view set.

Definition at line 2448 of file fbcontrols.h.

Public Member Functions

bool  IsEditable ()
  Is property view list editable.
FBPropertyViewDefinition AddPropertyView (FBProperty *pProperty, const char *pHierarchy)
  Add property view.
bool  RemovePropertyView (FBPropertyViewDefinition *pPropertyViewDefinition)
  Remove property view from view list.
FBPropertyViewDefinition FindPropertyView (const char *pPropertyName)
  Find property view for pPropertyName in this list.

Member Function Documentation

bool FBPropertyViewList::IsEditable ( )

Is property view list editable.

FBPropertyViewDefinition* FBPropertyViewList::AddPropertyView ( FBProperty pProperty,
const char *  pHierarchy 
)

Add property view.

Parameters:
pProperty Property to add.
pHierarchy Hierarchy under which property view should be created, each level name is separated by dot (for example "Degrees of Freedom.Translation").
Returns:
created object (should not be called on non editable view list).
bool FBPropertyViewList::RemovePropertyView ( FBPropertyViewDefinition pPropertyViewDefinition )

Remove property view from view list.

Parameters:
pPropertyViewDefinition Property view definition to destroy.
Returns:
true when pPropertyViewDefinition got removed and free (should not be called on non editable view list).
FBPropertyViewDefinition* FBPropertyViewList::FindPropertyView ( const char *  pPropertyName )

Find property view for pPropertyName in this list.


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