VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwAnimationsList.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: rwAnimationsList.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created : 4/8/08 MEM
8
******************************************************************************/
9
12
18
19
#ifndef rwAnimationsList_H_
20
#define rwAnimationsList_H_
21
22
#include "
vrfutil/rwList.h
"
23
24
class
DtRwDIGuyAnimationEntry
;
25
32
33
#include "
vrfutil/vrfutilDefines.h
"
34
class
DT_DLL_vrfutil
DtRwDIGuyAnimationsList
:
public
DtRwList
35
{
36
protected
:
37
39
DtRwDIGuyAnimationsList
();
40
41
public
:
42
44
DtRwDIGuyAnimationsList
(
const
DtString
& name,
45
DtReaderWriterRegistry
* parentRegistry = NULL);
46
47
DtRwDIGuyAnimationsList
(
const
DtSymbolString& name,
48
DtReaderWriterRegistry
* parentRegistry = NULL);
49
51
DtRwDIGuyAnimationsList
(
const
DtString
& name,
const
DtRwDIGuyAnimationsList
& orig,
52
DtReaderWriterRegistry
* parentRegistry = NULL);
53
54
DtRwDIGuyAnimationsList
(
const
DtSymbolString& name,
const
DtRwDIGuyAnimationsList
& orig,
55
DtReaderWriterRegistry
* parentRegistry = NULL);
56
57
DtRwDIGuyAnimationsList
* clone(
const
DtSymbolString& name,
DtReaderWriterRegistry
*
58
parentRegistry = NULL);
59
60
DtRwDIGuyAnimationsList
* clone(
const
DtString
& name,
DtReaderWriterRegistry
*
61
parentRegistry = NULL);
62
66
DtRwDIGuyAnimationsList
&
operator=
(
const
DtRwDIGuyAnimationsList
& orig);
67
69
virtual
~
DtRwDIGuyAnimationsList
();
70
71
virtual
DtRwDIGuyAnimationEntry
* findAnimationByName(
const
DtString
& typeToFind);
72
73
virtual
void
clear();
74
75
76
protected
:
77
78
virtual
void
emptyList();
79
virtual
void
copyList(
const
DtRwDIGuyAnimationsList
& orig);
80
83
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
84
const
DtVariableBindingsList
& variableBindings);
85
89
virtual
const
char
*
readerWriterType
()
const
;
90
};
91
92
#endif
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
)