Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ActorGroup Class Reference
[Managed Objects]

ActorGroup Class Definition. More...

#include <ActorGroup.h>

Inheritance diagram for ActorGroup:

Inheritance graph
[legend]
Collaboration diagram for ActorGroup:

Collaboration graph
[legend]
List of all members.

Public Methods

WDError initNew (Scenario *inParent, IObjectEventHandler *inEventHandler)
WDError initRef (Scenario *inParent, IObjectEventHandler *inEventHandler)
WDError initRef (void *inNode, IObjectManager *inManager, IObjectEventHandler *inEventHandler)

Detailed Description

ActorGroup Class Definition.

An ActorGroup contains all the Actors in a Scenario


Member Function Documentation

WDError ActorGroup::initNew Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new ActorGroup and adds it to the database

Parameters:
inParent  Scenario in which the ActorGroup is to be added
inEventHandler  EventHandler which listens to changes on the data node (can be NULL)

WDError ActorGroup::initRef void *    inNode,
IObjectManager   inManager,
IObjectEventHandler   inEventHandler
 

Initializes an existing ActorGroup based on data node

Parameters:
inNode  Data node representing the ActorGroup
inManager  Database from which the data node was taken
inEventHandler  EventHandler which listens to changes on the data node (can be NULL)

Reimplemented from ManagedObject.

WDError ActorGroup::initRef Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Initializes an existing ActorGroup based on its parent

Parameters:
inParent  Scenario in which the ActorGroup is
inEventHandler  EventHandler which listens to changes on the data node (can be NULL)


The documentation for this class was generated from the following file:
Generated on Mon Apr 15 15:23:10 2002 for WhiteDwarf by doxygen1.2.15