VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwDIGuyAnimationsList.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include <readerWriter/rwList.h>
18 #include "vrfutil/vrfutilDefines.h"
19 
21 
27 
29 {
30 protected:
31 
34 
35 public:
36 
38  DtRwDIGuyAnimationsList(const DtString& name,
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
49  DtReaderWriterRegistry* parentRegistry = NULL);
50 
52  parentRegistry = NULL);
53 
55  parentRegistry = NULL);
56 
61 
63  virtual ~DtRwDIGuyAnimationsList() override;
64 
65  virtual DtRwDIGuyAnimationEntry* findAnimationByName(const DtString& typeToFind);
66 
67  virtual void clear();
68 
69 
70 protected:
71 
72  virtual void emptyList();
73  virtual void copyList(const DtRwDIGuyAnimationsList& orig);
74 
77  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
78  const DtVariableBindingsList& variableBindings) override;
79 
83  virtual const char* readerWriterType() const override;
84 };
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
Definition: readerWriterRegistry.h:39
A DtRwDIGuyAnimationEntry instance contains info about a specific DI-Guy animation, read in from character_animations_table.mtl. Further information about an animation lives in diGuyAnimation, instances of which are created from data read directly from DI-Guy. This class exists solely to extract data from character_animations_table.
Definition: rwDIGuyAnimationEntry.h:33
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
class DtRwDIGuyAnimationsList:
Definition: rwDIGuyAnimationsList.h:28

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)