#include <Episode.h>
Inheritance diagram for Episode:
Public Methods | |
WDError | initRef (void *inNode, IObjectManager *inManager, IObjectEventHandler *inEventHandler) |
WDError | initRef (EpisodeGroup *inParent, int inIndex, IObjectEventHandler *inEventHandler) |
WDError | initNew (EpisodeGroup *inParent, IObjectEventHandler *inEventHandler) |
A Episode is a part of a Scenario. It contains chapters.
|
Creates a new Episode and adds it to the database
|
|
Initializes an existing Episode based on its parent
|
|
Initializes an existing Episode based on data node
Reimplemented from ManagedObject. |