VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)