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
vrfutil
ceEntDiGuyAnimation.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ceEntDiGuyAnimation.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 12/09/08 MEM
8
*******************************************************************************/
9
12
13
#ifndef ceEntDiGuyAnimation_H_
14
#define ceEntDiGuyAnimation_H_
15
16
#include "
vrfutil/readerWriter.h
"
17
#include "
vrfutil/rwString.h
"
18
#include "
vrfutil/rwBoolean.h
"
19
20
#include "
vrfutil/simCondExpr.h
"
21
22
const
char
DtCeEntDiGuyAnimationTypeName
[] =
"DiGuyAnimation"
;
23
26
struct
DtNetCeEntDiGuyAnimation
27
{
28
DtNetU8
myEntityNameStringLength
;
29
DtNetU8
myDiGuyAnimationStringLength
;
30
DtNetU8
myModifierStringLength
;
31
DtNetU8
myPadding1
;
32
};
33
39
#include "
vrfutil/vrfutilDefines.h
"
40
class
DT_DLL_vrfutil
DtCeEntDiGuyAnimation
:
public
DtSimCondExpr
41
{
42
public
:
43
45
DtCeEntDiGuyAnimation
();
46
48
DtCeEntDiGuyAnimation
(
DtReaderWriterRegistry
* parentRegistry);
49
51
DtCeEntDiGuyAnimation
(
const
DtCeEntDiGuyAnimation
& orig,
52
DtReaderWriterRegistry
* parentRegistry = NULL);
53
55
virtual
~
DtCeEntDiGuyAnimation
();
56
58
DtCeEntDiGuyAnimation
&
operator=
(
const
DtCeEntDiGuyAnimation
& orig);
59
61
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
62
64
virtual
int
type
()
const
;
65
67
virtual
void
setEntityName(
const
DtString
& name);
68
virtual
const
DtString
& entityName()
const
;
69
71
virtual
void
setDiGuyAnimation(
const
DtString
& name);
72
virtual
const
DtString
& diGuyAnimation()
const
;
73
78
virtual
void
setModifier(
const
DtString
& arg);
79
virtual
const
DtString
& modifier()
const
;
80
90
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
91
94
virtual
int
netRepSize
()
const
;
95
97
virtual
bool
setFromNet
(
const
char
* contentBuffer,
98
unsigned
contentSize);
99
102
virtual
bool
setToNet
();
103
104
static
DtSimCondExpr
* creator();
105
106
protected
:
107
DtRwString
myEntityName
;
108
DtRwString
myModifier
;
109
DtRwString
myDiGuyAnimation
;
110
};
111
112
#endif
113
114
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
)