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

ImageGroup Class Reference
[Managed Objects]

ImageGroup Class Definition. More...

#include <ImageGroup.h>

Inheritance diagram for ImageGroup:

Inheritance graph
[legend]
Collaboration diagram for ImageGroup:

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

ImageGroup Class Definition.

An ImageGroup contains all the Image in a Scenario


Member Function Documentation

WDError ImageGroup::initNew Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new ImageGroup and adds it to the database

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

WDError ImageGroup::initRef Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Initializes an existing ImageGroup based on its parent

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

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

Initializes an existing ImageGroup 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:16 2002 for WhiteDwarf by doxygen1.2.15