VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
componentDescriptorFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cmpDescFact.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtComponentDescriptorFactory_H_
16 #define DtComponentDescriptorFactory_H_
17 
18 #include <vlutil/vlHashlist.h>
19 
23 
24 typedef DtComponentDescriptor * (*DtComponentDescriptorCreatorFcn)();
25 
33 {
34 public:
37 
40 
42  const DtComponentDescriptorFactory& operator=(const
44 
47 
49  virtual void addCreatorFcn(const DtString& type,
51 
52  virtual DtComponentDescriptor * createComponentDescriptor(
53  const DtString& type);
54 
55  static DtComponentDescriptorFactory* create();
56 
57 protected:
58 
59 };
60 
61 #endif
62 
DtComponentDescriptorFactory is a hashlist of DtComponentDescriptorCreatorFcn, indexed by a string ty...
Definition: componentDescriptorFactory.h:32
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptorFactoryEntry.
Definition: componentDescriptorFactoryEntry.h:22
DtComponentDescriptor *(* DtComponentDescriptorCreatorFcn)()
Definition: componentDescriptorFactory.h:24

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)