VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
20 
27 
28 #include "vrfutil/vrfutilDefines.h"
30 {
31 protected:
32 
35 
36 public:
37 
39  DtRwDIGuyAnimationsList(const DtString& name,
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
47  DtReaderWriterRegistry* parentRegistry = NULL);
48 
50  DtReaderWriterRegistry* parentRegistry = NULL);
51 
53  parentRegistry = NULL);
54 
56  parentRegistry = NULL);
57 
62 
64  virtual ~DtRwDIGuyAnimationsList();
65 
66  virtual DtRwDIGuyAnimationEntry* findAnimationByName(const DtString& typeToFind);
67 
68  virtual void clear();
69 
70 
71 protected:
72 
73  virtual void emptyList();
74  virtual void copyList(const DtRwDIGuyAnimationsList& orig);
75 
78  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
79  const DtVariableBindingsList& variableBindings);
80 
84  virtual const char* readerWriterType() const;
85 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)