FBPropertyViewList Class Reference
 
 
 
FBPropertyViewList Class Reference

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


#include <mobu-python-api.h>


Class Description

FBProperty View List. Hold list of description for view set.

Public Member Functions

def  __reduce__ ()
def  IsEditable ()
def  AddPropertyView ()
def  RemovePropertyView ()
def  FindPropertyView ()
def  __init__ ()

Member Function Documentation

def __reduce__ ( )
def IsEditable ( )

Python Docstring:

IsEditable( (FBPropertyViewList)arg1) -> bool 

C++ Signature:

bool IsEditable() 

Is property view list editable.

def AddPropertyView ( )

Python Docstring:

AddPropertyView( (FBPropertyViewList)arg1, (FBProperty)arg2, (str)arg3) -> FBPropertyViewDefinition 

C++ Signature:

FBPropertyViewDefinition * 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).
def RemovePropertyView ( )

Python Docstring:

RemovePropertyView( (FBPropertyViewList)arg1, (FBPropertyViewDefinition)arg2) -> bool 

C++ Signature:

bool 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).
def FindPropertyView ( )

Python Docstring:

FindPropertyView( (FBPropertyViewList)arg1, (str)arg2) -> FBPropertyViewDefinition 

C++ Signature:

FBPropertyViewDefinition * FindPropertyView(const char * pPropertyName) 

Find property view for pPropertyName in this list.

def __init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Constructors:
The reference documentation for the following C++ symbols may contain additional relevant information.

 FBPropertyViewList()
 FBPropertyViewList(const FBPropertyViewList & )