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