VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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/vrfutilDefines.h"
15 #include "vrfutil/rwList.h"
16 #include <list>
17 
20 
25 
27 {
28 public:
29 
30  //default constructor
32 
35  DtReaderWriterRegistry* parentRegistry = NULL);
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
49 
52 
53  virtual DtDiGuyCharacterAnimationsTable* clone(const DtString& name,
54  DtReaderWriterRegistry* parentRegistry = NULL) const;
55 
56  virtual DtDiGuyCharacterAnimationsTable* clone(const DtSymbolString& name,
57  DtReaderWriterRegistry* parentRegistry = NULL) const;
58 
60  virtual AlternateNamesList * availableCharacters();
61 
64  virtual void addCharacterAnimationsEntry(const DtDiGuyCharacterAnimationsEntry& selectEntry);
65 
66  virtual DtDiGuyCharacterAnimationsEntry * lookupEntryByName(const DtString & characterName);
67 
69  virtual DtString displayNameForAnimation(const DtString& kw) const;
70 
71  void printInfoAboutUnmatchedEntries();
72 
73 protected:
74 
76  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
77  const DtVariableBindingsList& variableBindings);
78 
79  virtual void emptyList();
80  virtual void copyList(const DtDiGuyCharacterAnimationsTable & orig);
81  virtual void addCharacterEntry(DtDiGuyCharacterAnimationsEntry* selectEntry);
82 
83 protected:
85  std::map<DtString, DtString> myAnimationNames;
86 };
87 
88 

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)