VR-Forces 4.6 Class Documentation
 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 "vrfutil/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();
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);
79 
83  virtual const char* readerWriterType() const;
84 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)