This reference page is linked to from the following overview topics: MotionBuilder 2014.
#include <fbcontrols.h>
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. |
bool FBPropertyViewList::IsEditable | ( | ) |
Is property view list editable.
FBPropertyViewDefinition* FBPropertyViewList::AddPropertyView | ( | FBProperty * | pProperty, |
const char * | pHierarchy | ||
) |
Add property view.
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"). |
bool FBPropertyViewList::RemovePropertyView | ( | FBPropertyViewDefinition * | pPropertyViewDefinition | ) |
Remove property view from view list.
pPropertyViewDefinition | Property view definition to destroy. |
FBPropertyViewDefinition* FBPropertyViewList::FindPropertyView | ( | const char * | pPropertyName | ) |
Find property view for pPropertyName in this list.