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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)