VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diGuyCharacterAnimationsEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
13 #include "vrfutil/vrfutilDefines.h"
15 #include <readerWriter/rwString.h>
16 
19 
21 {
22 public:
25 
27  DtDiGuyCharacterAnimationsEntry(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
28  DtDiGuyCharacterAnimationsEntry(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
29 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
43 
44  virtual DtDiGuyCharacterAnimationsEntry* clone(const DtString& name,
45  DtReaderWriterRegistry* parentRegistry = NULL) const;
46 
47  virtual DtDiGuyCharacterAnimationsEntry* clone(const DtSymbolString& name,
48  DtReaderWriterRegistry* parentRegistry = NULL) const;
49 
52  virtual DtRwDIGuyAnimationsList* animationsList();
53  virtual void setAnimationsList(const DtRwDIGuyAnimationsList& munList);
55 
58  virtual const DtString & characterDisplayName() const;
59  virtual void setCharacterDisplayName(const DtString& displayName);
61 
62  bool matchedInDiGuy();
63  void setMatchedInDiGuy(bool matched);
64 
65 protected:
69 
78 
80 
83 };
DtDiGuyCharacterAnimationsEntry.
Definition: diGuyCharacterAnimationsEntry.h:20
Definition: symbolString.h:20
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
DtRwString myDisplayName
Parameter Name: display-name Parameter Description: A user friendly name for this character Parameter...
Definition: diGuyCharacterAnimationsEntry.h:73
#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
bool myMatchedInDIGuy
true if this character actually exists in
Definition: diGuyCharacterAnimationsEntry.h:82
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DtRwDIGuyAnimationsList myAnimationsList
Parameter Name: ammo Parameter Description: List of animations for the character Parameter Default Va...
Definition: diGuyCharacterAnimationsEntry.h:77
class DtRwDIGuyAnimationsList:
Definition: rwDIGuyAnimationsList.h:28

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)