VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
taskMgrFactEnt.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: taskMgrFactEnt.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtSimTaskManagerFactoryEntry_H_
13
#define DtSimTaskManagerFactoryEntry_H_
14
15
#include "
vrfobjcore/taskMgrFact.h
"
16
21
22
class
DtSimTaskManagerFactoryEntry
23
{
24
public
:
25
27
DtSimTaskManagerFactoryEntry
();
28
30
virtual
~DtSimTaskManagerFactoryEntry
();
31
33
DtSimTaskManagerFactoryEntry
(
34
const
DtSimTaskManagerFactoryEntry
& orig);
35
37
DtSimTaskManagerFactoryEntry
&
operator=
(
38
const
DtSimTaskManagerFactoryEntry
& orig);
39
40
virtual
const
DtString
&
typeToCreate
()
const
;
41
virtual
void
setTypeToCreate
(
const
DtString
& type);
42
43
virtual
const
DtSimTaskManagerCreatorFcn
&
creatorFcn
()
const
;
44
virtual
void
setCreatorFcn
(
const
DtSimTaskManagerCreatorFcn
& fcn);
45
46
virtual
DtSimTaskManagerFactoryEntry
*
clone
(
47
const
DtSimTaskManagerFactoryEntry
&
48
orig)
const
;
49
50
protected
:
51
52
DtString
myTypeToCreate
;
53
54
DtSimTaskManagerCreatorFcn
myCreatorFcn
;
55
};
56
57
#endif
58
59
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
)