VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtSubordinateEntryFactory Class Reference

DtSubordinateEntryFactory is a hashlist of DtSubordinateEntryCreatorFcn, indexed by a string type that represents the type of subordinate Entry to create. The Entry indicates the type of subordinate to create, how it attaches to other components, and provides parameter values as well.

Inheritance diagram for DtSubordinateEntryFactory:
Inheritance graph
[legend]

Public Member Functions

 DtSubordinateEntryFactory ()
 
 DtSubordinateEntryFactory (const DtSubordinateEntryFactory &orig)
 
const DtSubordinateEntryFactoryoperator= (const DtSubordinateEntryFactory &orig)
 
virtual ~DtSubordinateEntryFactory ()
 
virtual void addCreatorFcn (const DtString &type, DtSubordinateEntryCreatorFcn fcn)
 
virtual DtSubordinateEntrycreateSubordinateEntry (const DtString &type)
 

Static Public Member Functions

static DtSubordinateEntryFactorycreate ()
 

Constructor & Destructor Documentation

DtSubordinateEntryFactory::DtSubordinateEntryFactory ( )

constructor

DtSubordinateEntryFactory::DtSubordinateEntryFactory ( const DtSubordinateEntryFactory orig)

copy constructor

virtual DtSubordinateEntryFactory::~DtSubordinateEntryFactory ( )
virtual

destructor: deletes factory and any entries on the factory.

Member Function Documentation

const DtSubordinateEntryFactory& DtSubordinateEntryFactory::operator= ( const DtSubordinateEntryFactory orig)

assignment operator

virtual void DtSubordinateEntryFactory::addCreatorFcn ( const DtString type,
DtSubordinateEntryCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtSubordinateEntry* DtSubordinateEntryFactory::createSubordinateEntry ( const DtString type)
virtual
static DtSubordinateEntryFactory* DtSubordinateEntryFactory::create ( )
static

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)