VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
subordinateEntryFactoryEntry.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/subordinateEntryFactory.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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)