FBProperty View List. More...
#include <pyfbsdk_generated.h>

Public Member Functions | |
| FBViewDefinition | AddPropertyView (FBProperty pProperty, str pHierarchy) |
| Add property view. | |
| FBViewDefinition | FindPropertyView (str pPropertyName) |
| Find property view for pPropertyName in this list. | |
| bool | IsEditable () |
| Is property view list editable. | |
| bool | RemovePropertyView (FBViewDefinition pPropertyViewDefinition) |
| Remove property view from view list. | |
FBProperty View List.
Hold list of description for view set.
| FBViewDefinition AddPropertyView | ( | FBProperty | pProperty, |
| str | 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"). |
| FBViewDefinition FindPropertyView | ( | str | pPropertyName | ) |
Find property view for pPropertyName in this list.
| bool IsEditable | ( | ) |
Is property view list editable.
| bool RemovePropertyView | ( | FBViewDefinition | pPropertyViewDefinition | ) |
Remove property view from view list.
| pPropertyViewDefinition | Property view definition to destroy. |