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 | Protected Types | Protected Member Functions | Protected Attributes | Private Types
makVrv::DtWindowFactory Class Reference

Component which makes windows. This is not subclassed so there are no virtual methods.

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

Public Member Functions

virtual ~DtWindowFactory ()
 
DtWindowcreateWindow (DtDe &de, DtWindowConfiguration &wc)
 
void setCreator (int index, DtWindowCreator *creator)
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

static DtWindowFactoryinstance (DtDe &de)
 

Protected Types

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

Protected Member Functions

 DtWindowFactory ()
 

Protected Attributes

CreatorFunctionMap myCreatorFunctionMap
 

Private Types

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

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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)