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
rwDIGuyAnimationEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/readerWriter.h
"
12
#include "
vrfutil/rwString.h
"
13
#include "
vrfutil/rwBoolean.h
"
14
15
class
DtReaderWriterRegistry
;
16
21
22
#include "
vrfutil/vrfutilDefines.h
"
23
class
DT_DLL_vrfutil
DtRwDIGuyAnimationEntry
:
public
DtReaderWriter
24
{
25
public
:
26
27
DtRwDIGuyAnimationEntry
();
28
29
DtRwDIGuyAnimationEntry
(
const
DtString
& name,
30
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
31
DtRwDIGuyAnimationEntry
(
const
DtSymbolString& name,
32
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
33
34
DtRwDIGuyAnimationEntry
(
const
DtRwDIGuyAnimationEntry
& orig,
35
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
36
37
virtual
~
DtRwDIGuyAnimationEntry
();
38
39
DtRwDIGuyAnimationEntry
&
operator=
(
const
DtRwDIGuyAnimationEntry
& orig);
40
42
43
virtual
void
setDIGuyName(
const
DtString
& animation);
44
virtual
const
DtString
& diGuyName()
const
;
46
50
51
virtual
void
setDisplayName(
const
DtString
& animation);
52
virtual
const
DtString
& displayName()
const
;
54
56
57
virtual
void
setVariant(
const
DtString
& var);
58
virtual
const
DtString
& variant()
const
;
60
62
63
virtual
void
setTaskable(
bool
canTask);
64
virtual
bool
taskable()
const
;
66
68
virtual
DtRwDIGuyAnimationEntry
* clone()
const
;
69
70
protected
:
71
72
DtRwString
myDIGuyName
;
73
DtRwString
myDisplayName
;
74
DtRwBoolean
myTaskable
;
75
DtRwString
myAnimationVariant
;
76
};
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
)