VR-Forces 4.7 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
diGuyCharacterAnimationsEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include <
readerWriter/readerWriter.h
>
13
#include "
vrfutil/vrfutilDefines.h
"
14
#include "
vrfutil/rwDIGuyAnimationsList.h
"
15
#include <
readerWriter/rwString.h
>
16
19
20
class
DT_DLL_vrfutil
DtDiGuyCharacterAnimationsEntry
:
public
DtReaderWriter
21
{
22
public
:
24
DtDiGuyCharacterAnimationsEntry
();
25
27
DtDiGuyCharacterAnimationsEntry
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
28
DtDiGuyCharacterAnimationsEntry
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
29
31
DtDiGuyCharacterAnimationsEntry
(
const
DtString
& name,
32
const
DtDiGuyCharacterAnimationsEntry
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
35
DtDiGuyCharacterAnimationsEntry
(
const
DtSymbolString
& name,
36
const
DtDiGuyCharacterAnimationsEntry
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
const
DtDiGuyCharacterAnimationsEntry
&
operator=
(
const
DtDiGuyCharacterAnimationsEntry
& orig);
41
42
virtual
~
DtDiGuyCharacterAnimationsEntry
();
43
44
virtual
DtDiGuyCharacterAnimationsEntry
* clone(
const
DtString
& name,
45
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
46
47
virtual
DtDiGuyCharacterAnimationsEntry
* clone(
const
DtSymbolString
& name,
48
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
49
52
virtual
DtRwDIGuyAnimationsList
* animationsList();
53
virtual
void
setAnimationsList(
const
DtRwDIGuyAnimationsList
& munList);
55
58
virtual
const
DtString
& characterDisplayName()
const
;
59
virtual
void
setCharacterDisplayName(
const
DtString
& displayName);
61
62
bool
matchedInDiGuy();
63
void
setMatchedInDiGuy(
bool
matched);
64
65
protected
:
69
73
DtRwString
myDisplayName
;
77
DtRwDIGuyAnimationsList
myAnimationsList
;
78
80
82
bool
myMatchedInDIGuy
;
83
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)