VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
cDescFctEnt.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
17
#include "
vrfobjparam/cmpDescFact.h
"
18
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
class
DT_DLL_vrfobjparam
DtComponentDescriptorFactoryEntry
23
{
24
public
:
26
DtComponentDescriptorFactoryEntry
();
27
29
DtComponentDescriptorFactoryEntry
(
const
DtComponentDescriptorFactoryEntry
&
30
orig);
31
33
const
DtComponentDescriptorFactoryEntry
& operator=(
const
34
DtComponentDescriptorFactoryEntry
& orig);
35
37
virtual
~
DtComponentDescriptorFactoryEntry
();
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
46
DtComponentDescriptorFactoryEntry
& orig)
const
;
47
48
protected
:
49
DtString
myTypeToCreate
;
50
DtComponentDescriptorCreatorFcn
myCreatorFcn
;
51
};
52
53
#endif
54
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)