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

SoundGroup Class Reference
[Managed Objects]

SoundGroup Class Definition. More...

#include <SoundGroup.h>

Inheritance diagram for SoundGroup:

Inheritance graph
[legend]
Collaboration diagram for SoundGroup:

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

SoundGroup Class Definition.

An SoundGroup contains all the Sound in a Scenario


Member Function Documentation

WDError SoundGroup::initNew Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new SoundGroup and adds it to the database

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

WDError SoundGroup::initRef Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Initializes an existing SoundGroup based on its parent

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

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

Initializes an existing SoundGroup based on data node

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