VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwAnimationEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rwAnimationEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7
** Created: 4/8/08 MEM
8
*******************************************************************************/
9
12
13
#ifndef rwDiguyIntrinsicAnimation_H_
14
#define rwDiguyIntrinsicAnimation_H_
15
16
#include "
vrfutil/rdrWritr.h
"
17
#include "
vrfutil/rwString.h
"
18
#include "
vrfutil/rwBoolean.h
"
19
20
class
DtReaderWriterRegistry
;
21
26
27
#include "
vrfutil/vrfutilDefines.h
"
28
class
DT_DLL_vrfutil
DtRwDIGuyAnimationEntry
:
public
DtReaderWriter
29
{
30
public
:
31
32
DtRwDIGuyAnimationEntry
();
33
34
DtRwDIGuyAnimationEntry
(
const
DtString
& name,
35
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
36
DtRwDIGuyAnimationEntry
(
const
DtSymbolString& name,
37
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
38
39
DtRwDIGuyAnimationEntry
(
const
DtRwDIGuyAnimationEntry
& orig,
40
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
41
42
virtual
~
DtRwDIGuyAnimationEntry
();
43
44
DtRwDIGuyAnimationEntry
&
operator=
(
const
DtRwDIGuyAnimationEntry
& orig);
45
47
48
virtual
void
setDIGuyName(
const
DtString
& animation);
49
virtual
const
DtString
& diGuyName()
const
;
51
55
56
virtual
void
setDisplayName(
const
DtString
& animation);
57
virtual
const
DtString
& displayName()
const
;
59
61
62
virtual
void
setVariant(
const
DtString
& var);
63
virtual
const
DtString
& variant()
const
;
65
67
68
virtual
void
setTaskable(
bool
canTask);
69
virtual
bool
taskable()
const
;
71
73
virtual
DtRwDIGuyAnimationEntry
* clone()
const
;
74
75
protected
:
76
77
DtRwString
myDIGuyName
;
78
DtRwString
myDisplayName
;
79
DtRwBoolean
myTaskable
;
80
DtRwString
myAnimationVariant
;
81
};
82
83
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)