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
diGuyCharacterAnimationsTable.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfutil/rwList.h
"
14
#include <vl/hostStructs.h>
15
#include <list>
16
#include "
vrfutil/diGuyCharacterData.h
"
17
18
class
DtDiGuyCharacterAnimationsEntry
;
19
class
DtRwDIGuyAnimationsList
;
20
23
#include "
vrfutil/vrfutilDefines.h
"
24
class
DT_DLL_vrfutil
DtDiGuyCharacterAnimationsTable
:
public
DtRwList
25
{
26
public
:
27
28
//default constructor
29
DtDiGuyCharacterAnimationsTable
();
30
32
DtDiGuyCharacterAnimationsTable
(
const
DtString
& name,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
DtDiGuyCharacterAnimationsTable
(
const
DtSymbolString
& name,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtDiGuyCharacterAnimationsTable
(
const
DtString
& name,
39
const
DtDiGuyCharacterAnimationsTable
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
42
DtDiGuyCharacterAnimationsTable
(
const
DtSymbolString
& name,
43
const
DtDiGuyCharacterAnimationsTable
& orig,
44
DtReaderWriterRegistry
* parentRegistry = NULL);
45
46
const
DtDiGuyCharacterAnimationsTable
&
operator=
(
const
DtDiGuyCharacterAnimationsTable
& orig);
47
49
virtual
~
DtDiGuyCharacterAnimationsTable
();
50
51
virtual
DtDiGuyCharacterAnimationsTable
* clone(
const
DtString
& name,
52
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
53
54
virtual
DtDiGuyCharacterAnimationsTable
* clone(
const
DtSymbolString
& name,
55
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
56
58
virtual
AlternateNamesList
* availableCharacters();
59
62
virtual
void
addCharacterAnimationsEntry(
const
DtDiGuyCharacterAnimationsEntry
& selectEntry);
63
64
virtual
DtDiGuyCharacterAnimationsEntry
* lookupEntryByName(
const
DtString
& characterName);
65
67
virtual
DtString
displayNameForAnimation(
const
DtString
& kw)
const
;
68
69
protected
:
70
72
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
73
const
DtVariableBindingsList
& variableBindings);
74
75
virtual
void
emptyList();
76
virtual
void
copyList(
const
DtDiGuyCharacterAnimationsTable
& orig);
77
virtual
void
addCharacterEntry(
DtDiGuyCharacterAnimationsEntry
* selectEntry);
78
79
protected
:
80
AlternateNamesList
myAvailableCharacters
;
81
std::map<DtString, DtString>
myAnimationNames
;
82
};
83
84
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
)