VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
diGuyCharacterAnimationsEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: diGuyCharacterAnimationsEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7
** Created: 4/9/08 MEM
8
*******************************************************************************/
9
12
14
15
#ifndef diGuyCharacterAnimationsEntry_H_
16
#define diGuyCharacterAnimationsEntry_H_
17
18
#include "
vrfutil/rdrWritr.h
"
19
#include "
vrfutil/rwAnimationsList.h
"
20
#include "
vrfutil/rwString.h
"
21
25
26
#include "
vrfutil/vrfutilDefines.h
"
27
class
DT_DLL_vrfutil
DtDIGuyCharAnimationsEntry
:
public
DtReaderWriter
28
{
29
public
:
31
DtDIGuyCharAnimationsEntry
();
32
34
DtDIGuyCharAnimationsEntry
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
35
DtDIGuyCharAnimationsEntry
(
const
DtSymbolString& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtDIGuyCharAnimationsEntry
(
const
DtString
& name,
39
const
DtDIGuyCharAnimationsEntry
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
42
DtDIGuyCharAnimationsEntry
(
const
DtSymbolString& name,
43
const
DtDIGuyCharAnimationsEntry
& orig,
44
DtReaderWriterRegistry
* parentRegistry = NULL);
45
47
const
DtDIGuyCharAnimationsEntry
&
operator=
(
const
DtDIGuyCharAnimationsEntry
& orig);
48
49
virtual
~
DtDIGuyCharAnimationsEntry
();
50
51
virtual
DtDIGuyCharAnimationsEntry
* clone(
const
DtString
& name,
52
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
53
54
virtual
DtDIGuyCharAnimationsEntry
* clone(
const
DtSymbolString& name,
55
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
56
59
virtual
DtRwDIGuyAnimationsList
* animationsList();
60
virtual
void
setAnimationsList(
const
DtRwDIGuyAnimationsList
& munList);
62
65
virtual
const
DtString
& characterDisplayName()
const
;
66
virtual
void
setCharacterDisplayName(
const
DtString
& displayName);
68
69
protected
:
73
77
DtRwString
myDisplayName
;
81
DtRwDIGuyAnimationsList
myAnimationsList
;
82
84
};
85
86
#endif
87
88
89
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
)