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

Episode Class Reference
[Managed Objects]

Episode Class Definition. More...

#include <Episode.h>

Inheritance diagram for Episode:

Inheritance graph
[legend]
Collaboration diagram for Episode:

Collaboration graph
[legend]
List of all members.

Public Methods

WDError initRef (void *inNode, IObjectManager *inManager, IObjectEventHandler *inEventHandler)
WDError initRef (EpisodeGroup *inParent, int inIndex, IObjectEventHandler *inEventHandler)
WDError initNew (EpisodeGroup *inParent, IObjectEventHandler *inEventHandler)

Detailed Description

Episode Class Definition.

A Episode is a part of a Scenario. It contains chapters.


Member Function Documentation

WDError Episode::initNew EpisodeGroup   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new Episode and adds it to the database

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

WDError Episode::initRef EpisodeGroup   inParent,
int    inIndex,
IObjectEventHandler   inEventHandler
 

Initializes an existing Episode based on its parent

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

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

Initializes an existing Episode based on data node

Parameters:
inNode  Data node representing the Episode
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:12 2002 for WhiteDwarf by doxygen1.2.15