VR-Forces 4.10 Class Documentation
 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 | 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]

Public Member Functions

virtual ~DtWindowFactory ()
 DTOR. More...
 
DtWindowcreateWindow (DtDe &de, DtWindowConfiguration &wc)
 Create a window. More...
 
void setCreator (int index, DtWindowCreator *creator)
 Set the function to create a window. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

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

Protected Types

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

Protected Member Functions

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

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 DtWindow*(* makVrv::DtWindowFactory::DtWindowCreatorFunction)(DtDe &, DtWindowConfiguration &)
private

Constructor & Destructor Documentation

virtual makVrv::DtWindowFactory::~DtWindowFactory ( )
virtual

DTOR.

makVrv::DtWindowFactory::DtWindowFactory ( )
protected

Protected CTOR. Use create() function.

Member Function Documentation

static DtWindowFactory& makVrv::DtWindowFactory::instance ( DtDe de)
static

Get the instance for this factory.

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

DtWindow* makVrv::DtWindowFactory::createWindow ( DtDe de,
DtWindowConfiguration wc 
)

Create a window.

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

Set the function to create a window.

Member Data Documentation

CreatorFunctionMap makVrv::DtWindowFactory::myCreatorFunctionMap
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)