BParameterGroup¶
A BParameterGroup object serves as a logical grouping of
BParameters. Each BParameter belongs to exactly
one BParameterGroup, and is in fact created by the
BParameterGroup object to which it belongs, via the
BParameterWeb::MakeGroup() function.
BParameterGroups can be nested one inside another.
A BParameterGroup object that’s owned by a
BParameterWeb is a logical candidate for a pane in a
multi-pane control panel such as a BTabView, wherein each tab
causes another BParameterGroup’s BParameters to
be displayed.