VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions
DtComponentDescriptorFactory Class Reference

DtComponentDescriptorFactory is a hashlist of DtComponentDescriptorCreatorFcn, indexed by a string type that represents the type of component descriptor to create. More...

Inheritance diagram for DtComponentDescriptorFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtComponentDescriptorFactory ()
 constructor
 DtComponentDescriptorFactory (const DtComponentDescriptorFactory &orig)
 copy constructor
const
DtComponentDescriptorFactory
operator= (const DtComponentDescriptorFactory &orig)
 assignment operator
virtual ~DtComponentDescriptorFactory ()
 destructor: deletes factory and any entries on the factory.
virtual void addCreatorFcn (const DtString &type, DtComponentDescriptorCreatorFcn fcn)
 Add a creator function to the factory.
virtual DtComponentDescriptorcreateComponentDescriptor (const DtString &type)

Static Public Member Functions

static
DtComponentDescriptorFactory
create ()

Detailed Description

DtComponentDescriptorFactory is a hashlist of DtComponentDescriptorCreatorFcn, indexed by a string type that represents the type of component descriptor to create.

The descriptor indicates the type of component to create, how it attaches to other components, and provides parameter values as well.


Constructor & Destructor Documentation

constructor

copy constructor

destructor: deletes factory and any entries on the factory.


Member Function Documentation

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

assignment operator

virtual void DtComponentDescriptorFactory::addCreatorFcn ( const DtString type,
DtComponentDescriptorCreatorFcn  fcn 
) [virtual]

Add a creator function to the factory.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)