VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rsrcFactEnt.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rsrcFactEnt.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
#ifndef DtSimResourceFactoryEntry_H_
19
#define DtSimResourceFactoryEntry_H_
20
21
#include "
vrfutil/rsrcFactory.h
"
22
28
29
#include "
vrfutil/vrfutilDefines.h
"
30
class
DT_DLL_vrfutil
DtSimResourceFactoryEntry
31
{
32
public
:
34
DtSimResourceFactoryEntry
();
35
37
DtSimResourceFactoryEntry
(
const
DtSimResourceFactoryEntry
& orig);
38
40
const
DtSimResourceFactoryEntry
& operator=(
const
DtSimResourceFactoryEntry
&
41
orig);
42
44
virtual
~
DtSimResourceFactoryEntry
();
45
46
virtual
const
DtString
& typeToCreate()
const
;
47
virtual
void
setTypeToCreate(
const
DtString
& type);
48
49
virtual
const
DtSimResourceCreatorFcn
& creatorFcn()
const
;
50
virtual
void
setCreatorFcn(
const
DtSimResourceCreatorFcn
& fcn);
51
52
virtual
DtSimResourceFactoryEntry
* clone(
const
DtSimResourceFactoryEntry
&
53
orig)
const
;
54
55
protected
:
56
DtString
myTypeToCreate
;
57
DtSimResourceCreatorFcn
myCreatorFcn
;
58
};
59
60
#endif
61
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)