VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simComponentManagerFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cmpMgrFact.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtSimComponentManagerFactory_H_
13 #define DtSimComponentManagerFactory_H_
14 
15 #include <vlutil/vlHashlist.h>
16 
17 
19 class DtString;
20 class DtVrfObject;
22 
23 typedef DtSimComponentManager * (*DtSimComponentManagerCreatorFcn)(DtVrfObject * vrfObject);
24 
32 {
33 public:
34 
37 
40 
43 
46  const DtSimComponentManagerFactory& orig);
47 
49  virtual void addCreatorFcn(const DtString& type,
51 
52  virtual DtSimComponentManager * createComponentManager(
53  const DtString& type, DtVrfObject * vrfObject);
54 
55  static DtSimComponentManagerFactory* create();
56 };
57 
58 #endif
59 
60 
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
DtSimComponentManager *(* DtSimComponentManagerCreatorFcn)(DtVrfObject *vrfObject)
Definition: simComponentManagerFactory.h:23
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtSimComponentManager is the top level class within a DtVrfObject which owns and manages all the ...
Definition: simComponentManager.h:39
class DtSimComponentManagerFactory:
Definition: simComponentManagerFactory.h:31

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)