FBProperty View List. More...
#include <fbcontrols.h>
Public Member Functions | |
bool | IsEditable () |
Is property view list editable. More... | |
FBPropertyViewDefinition * | AddPropertyView (FBProperty *pProperty, const char *pHierarchy) |
Add property view. More... | |
bool | RemovePropertyView (FBPropertyViewDefinition *pPropertyViewDefinition) |
Remove property view from view list. More... | |
FBPropertyViewDefinition * | FindPropertyView (const char *pPropertyName) |
Find property view for pPropertyName in this list. More... | |
FBProperty View List.
Hold list of description for view set.
Definition at line 2670 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. |