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

EpisodeGroup Class Reference
[Managed Objects]

EpisodeGroup Class Definition. More...

#include <EpisodeGroup.h>

Inheritance diagram for EpisodeGroup:

Inheritance graph
[legend]
Collaboration diagram for EpisodeGroup:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

EpisodeGroup Class Definition.

An EpisodeGroup contains all the Episode in a Scenario


Member Function Documentation

WDError EpisodeGroup::initNew Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new EpisodeGroup and adds it to the database

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

WDError EpisodeGroup::initRef Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Initializes an existing EpisodeGroup based on its parent

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

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

Initializes an existing EpisodeGroupa 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.


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