Folder class.
This class is an interface to manipulate folders in the scene.
Definition at line 78 of file fbfolder.h.
#include <fbfolder.h>
Public Member Functions |
|
FBFolder (char *pName, HFBComponent pComponent, HIObject pObject=NULL) | |
Constructor. |
|
virtual void | FBDelete () |
Virtual FBDelete function. |
|
Public Attributes |
|
FBPropertyListComponent | Items |
List: List of components in the
folder. |
FBFolder | ( | char * | pName, |
HFBComponent | pComponent, | ||
HIObject | pObject =
NULL |
||
) |
Constructor.
pName | Name to assign to new folder. |
pComponent | Object used to determine folder's category. |
pObject | For internal use only. |
virtual void FBDelete | ( | ) | [virtual] |
List: List of components in the folder.
Definition at line 95 of file fbfolder.h.