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
vrfobjcore
promotionEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: promoteEntry.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtPromotionEntry_H_
13
#define DtPromotionEntry_H_
14
15
class
DtFormationEntry
;
16
17
#include <vlutil/vlString.h>
18
#include "
vrfutil/rwString.h
"
19
#include "
vrfutil/formationEntry.h
"
20
27
28
#include "
vrfobjcore/vrfobjcoreDefines.h
"
29
class
DT_DLL_vrfobjcore
DtPromotionEntry
:
public
DtReaderWriter
30
{
31
public
:
32
34
DtPromotionEntry
();
35
37
DtPromotionEntry
(
const
DtString
& rwName,
38
DtReaderWriterRegistry
*
const
parentRegistry = 0);
39
41
virtual
~
DtPromotionEntry
();
42
44
DtPromotionEntry
(
const
DtString
& name,
const
DtPromotionEntry
& orig,
45
DtReaderWriterRegistry
* parentRegistry = 0);
46
48
DtPromotionEntry
&
operator=
(
const
DtPromotionEntry
& orig);
49
51
virtual
void
setFormationEntry(
const
DtFormationEntry
& formation);
52
54
virtual
void
setEntityName(
const
DtString
& name);
55
virtual
const
DtString
& entityName()
const
;
56
58
virtual
const
DtFormationEntry
& formationEntry()
const
;
59
61
DtPromotionEntry
* clone(
const
DtString
& name,
62
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
63
64
protected
:
65
66
DtFormationEntry
myFormationEntry
;
67
68
DtRwString
myEntityName
;
69
};
70
71
#endif
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
)