VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Types
makVrv::DtWindowFactory Class Reference

Component which makes windows. More...

Inheritance diagram for makVrv::DtWindowFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ~DtWindowFactory ()
 DTOR.
DtWindowcreateWindow (DtDe &de, DtWindowConfiguration &wc)
 Create a window.
void setCreator (int index, DtWindowCreator *creator)
 Set the function to create a window.

Static Public Member Functions

static DtWindowFactoryinstance (DtDe &de)
 Get the instance for this factory.

Protected Types

typedef std::map< int,
DtWindowCreator * > 
CreatorFunctionMap

Protected Member Functions

 DtWindowFactory ()
 Protected CTOR. Use create() function.

Protected Attributes

CreatorFunctionMap myCreatorFunctionMap

Private Types

typedef DtWindow *(* DtWindowCreatorFunction )(DtDe &, DtWindowConfiguration &)

Detailed Description

Component which makes windows.

This is not subclassed so there are no virtual methods.


Member Typedef Documentation

typedef std::map<int, DtWindowCreator*> makVrv::DtWindowFactory::CreatorFunctionMap [protected]

Constructor & Destructor Documentation

DTOR.

Protected CTOR. Use create() function.


Member Function Documentation

Get the instance for this factory.

Creates this factory if one doesn't exist (lazy creation).

Create a window.

void makVrv::DtWindowFactory::setCreator ( int  index,
DtWindowCreator creator 
)

Set the function to create a window.


Member Data Documentation


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)