FBGroup Class Reference

#include <fbgroup.h>
FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup FBGroup
Inheritance diagram for FBGroup:
Inheritance graph
[legend]

List of all members.


Detailed Description

Objects Grouping class.

This class is an interface to manipulate object's grouping in the scene.

Definition at line 97 of file fbgroup.h.


Public Member Functions

  FBGroup (char *pName, HIObject pObject=NULL)
  Constructor.
virtual void  FBDelete ()
  Virtual FBDelete function.
void  Select (bool pSelect)
  Select.
bool  Contains (FBComponent *pComponent)
  Contains.

Public Attributes

FBPropertyBool  Show
  Read Write Property: Controls if objects in the group are displayed.
FBPropertyBool  Pickable
  Read Write Property: Controls if objects in the group are pickable.
FBPropertyBool  Transformable
  Read Write Property: Controls if objects in the group are transformable.
FBPropertyListComponent  Items
  List: Items in the group.

Constructor & Destructor Documentation

FBGroup ( char *  pName,
HIObject  pObject = NULL  
)

Constructor.

Parameters:
pName  Group name.
pObject  For internal use only.

Member Function Documentation

virtual void FBDelete (  )  [virtual]

Virtual FBDelete function.

Reimplemented from FBComponent.

void Select ( bool  pSelect  ) 

Select.

Parameters:
pSelect  If true, group contents will be selected.

bool Contains ( FBComponent pComponent  ) 

Contains.

Parameters:
pComponent  Component to verify if it is in the Group
Returns:
True if the object is in the Group

Member Data Documentation

FBPropertyBool Show

Read Write Property: Controls if objects in the group are displayed.

Definition at line 124 of file fbgroup.h.

FBPropertyBool Pickable

Read Write Property: Controls if objects in the group are pickable.

Definition at line 125 of file fbgroup.h.

FBPropertyBool Transformable

Read Write Property: Controls if objects in the group are transformable.

Definition at line 126 of file fbgroup.h.

FBPropertyListComponent Items

List: Items in the group.

Definition at line 127 of file fbgroup.h.


Please send us your comments about this page.