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

FormationGroup Class Reference
[Managed Objects]

FormationGroup Class Definition. More...

#include <FormationGroup.h>

Inheritance diagram for FormationGroup:

Inheritance graph
[legend]
Collaboration diagram for FormationGroup:

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

FormationGroup Class Definition.

An FormationGroup contains all the Formation in a Scenario


Member Function Documentation

WDError FormationGroup::initNew Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Creates a new FormationGroup and adds it to the database

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

WDError FormationGroup::initRef Scenario   inParent,
IObjectEventHandler   inEventHandler
 

Initializes an existing FormationGroup based on its parent

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

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

Initializes an existing FormationGroup based on data node

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