VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
componentDescriptorFactoryEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cDescFctEnt.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtComponentDescriptorFactoryEntry_H_
15 #define DtComponentDescriptorFactoryEntry_H_
16 
18 
23 {
24 public:
27 
30  orig);
31 
33  const DtComponentDescriptorFactoryEntry& operator=(const
35 
38 
39  virtual const DtString& typeToCreate() const;
40  virtual void setTypeToCreate(const DtString& type);
41 
42  virtual const DtComponentDescriptorCreatorFcn& creatorFcn() const;
43  virtual void setCreatorFcn(const DtComponentDescriptorCreatorFcn& fcn);
44 
45  virtual DtComponentDescriptorFactoryEntry * clone(const
47 
48 protected:
51 };
52 
53 #endif
54 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)