Open Reality Reference Guide
FBPropertyViewList Class Reference

FBProperty View List. More...

#include <fbcontrols.h>

Public Member Functions

bool IsEditable ()
 Is property view list editable. More...
 
FBPropertyViewDefinitionAddPropertyView (FBProperty *pProperty, const char *pHierarchy)
 Add property view. More...
 
bool RemovePropertyView (FBPropertyViewDefinition *pPropertyViewDefinition)
 Remove property view from view list. More...
 
FBPropertyViewDefinitionFindPropertyView (const char *pPropertyName)
 Find property view for pPropertyName in this list. More...
 

Detailed Description

FBProperty View List.

Hold list of description for view set.

Definition at line 2670 of file fbcontrols.h.

Member Function Documentation

◆ AddPropertyView()

FBPropertyViewDefinition* AddPropertyView ( FBProperty pProperty,
const char *  pHierarchy 
)

Add property view.

Parameters
pPropertyProperty to add.
pHierarchyHierarchy 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).

◆ FindPropertyView()

FBPropertyViewDefinition* FindPropertyView ( const char *  pPropertyName)

Find property view for pPropertyName in this list.

◆ IsEditable()

bool IsEditable ( )

Is property view list editable.

◆ RemovePropertyView()

bool RemovePropertyView ( FBPropertyViewDefinition pPropertyViewDefinition)

Remove property view from view list.

Parameters
pPropertyViewDefinitionProperty view definition to destroy.
Returns
true when pPropertyViewDefinition got removed and free (should not be called on non editable view list).

The documentation for this class was generated from the following file: