VR-Forces Development_Version 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
24
enum
DtDIGuyTaskableOrIntrinisic
25
{
26
IntrinsicAnimation
,
27
TaskableAnimation
,
28
TaskableAndIntrinsicAnimation
,
29
NeitherTaskableNorIntrinsicAnimation
30
};
31
32
33
class
DT_DLL_vrfutil
DtRwDIGuyAnimationEntry
:
public
DtReaderWriter
34
{
35
public
:
36
37
DtRwDIGuyAnimationEntry
();
38
39
DtRwDIGuyAnimationEntry
(
const
DtString
& name,
40
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
41
DtRwDIGuyAnimationEntry
(
const
DtSymbolString
& name,
42
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
43
44
DtRwDIGuyAnimationEntry
(
const
DtRwDIGuyAnimationEntry
& orig,
45
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
46
47
virtual
~
DtRwDIGuyAnimationEntry
();
48
49
DtRwDIGuyAnimationEntry
&
operator=
(
const
DtRwDIGuyAnimationEntry
& orig);
50
52
53
virtual
void
setDIGuyName(
const
DtString
& animation);
54
virtual
const
DtString
& diGuyName()
const
;
56
60
61
virtual
void
setDisplayName(
const
DtString
& animation);
62
virtual
const
DtString
& displayName()
const
;
64
66
67
virtual
void
setVariant(
const
DtString
& var);
68
virtual
const
DtString
& variant()
const
;
70
73
74
virtual
void
setTaskableOrIntrinsic(
DtDIGuyTaskableOrIntrinisic
val);
75
virtual
DtDIGuyTaskableOrIntrinisic
taskableOrIntrinsic()
const
;
77
79
virtual
DtRwDIGuyAnimationEntry
* clone()
const
;
80
81
protected
:
82
83
DtRwString
myDIGuyName
;
84
DtRwString
myDisplayName
;
85
DtRwString
myTaskableOrIntrinsic
;
86
DtRwString
myAnimationVariant
;
87
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)