FBProperty View List. More...
#include <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. | |
FBProperty View List.
Hold list of description for view set.
Definition at line 2734 of file fbcontrols.h.
| FBPropertyViewDefinition * 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"). |
| FBPropertyViewDefinition * FindPropertyView | ( | const char * | pPropertyName | ) |
Find property view for pPropertyName in this list.
| bool IsEditable | ( | ) |
Is property view list editable.
| bool RemovePropertyView | ( | FBPropertyViewDefinition * | pPropertyViewDefinition | ) |
Remove property view from view list.
| pPropertyViewDefinition | Property view definition to destroy. |