VR-Vantage API Documentation
ifContFactEnt.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifContFactEnt.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // File: ifContFactEnt.h
11 //
12 // Class: DtInterfaceContentFactoryEntry
13 //
14 
15 #ifndef DtInterfaceContentFactoryEntry_H_
16 #define DtInterfaceContentFactoryEntry_H_
17 
19 
20 //
21 // class DtInterfaceContentFactoryEntry:
22 //
23 // DtInterfaceContentFactoryEntry is the contents of one entry in a interface
24 // content factory.
25 //
28 {
29 public:
30  // constructor
32 
33  // copy constructor
35 
36  // assignment operator
37  const DtInterfaceContentFactoryEntry& operator=(
38  const DtInterfaceContentFactoryEntry& orig);
39 
40  // destructor
42 
43  virtual const int typeToCreate() const;
44  virtual void setTypeToCreate(const int type);
45 
46  virtual const DtInterfaceContentCreatorFcn& creatorFcn() const;
47  virtual void setCreatorFcn(const DtInterfaceContentCreatorFcn& fcn);
48 
49  virtual DtInterfaceContentFactoryEntry * clone(
50  const DtInterfaceContentFactoryEntry& orig) const;
51 
52 protected:
55 };
56 
57 #endif
58 
59 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)