10 #ifndef DtWindowFactory_H_
11 #define DtWindowFactory_H_
20 class DtWindowCreator;
Abstract Base class.
Definition: DtWindow.h:25
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A creator class for DtWindow instances.
Definition: DtWindow.h:130
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:26
Contains makVrv::DtVirtualBaseClass class.
Component which makes windows. This is not subclassed so there are no virtual methods.
Definition: DtWindowFactory.h:26
CreatorFunctionMap myCreatorFunctionMap
Definition: DtWindowFactory.h:54
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtWindowConfiguration class.
std::map< int, DtWindowCreator * > CreatorFunctionMap
Definition: DtWindowFactory.h:53
Contains DLL export macros.