VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
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
17
#include "
vrfobjparam/componentDescriptorFactory.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)