VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwDIGuyAnimationEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/rwBoolean.h>
14 #include "vrfutil/vrfutilDefines.h"
15 
17 
22 
24 {
29 };
30 
35 
37 {
38 public:
39 
41 
43  DtReaderWriterRegistry* const parentRegistry = NULL);
45  DtReaderWriterRegistry* const parentRegistry = NULL);
46 
48  DtReaderWriterRegistry* const parentRegistry = NULL);
49 
50  virtual ~DtRwDIGuyAnimationEntry();
51 
53 
55 
56  virtual void setDIGuyName(const DtString & animation);
57  virtual const DtString & diGuyName() const;
59 
63 
64  virtual void setDisplayName(const DtString & animation);
65  virtual const DtString & displayName() const;
67 
69 
70  virtual void setVariant(const DtString & var);
71  virtual const DtString& variant() const;
72  virtual bool variantSpecified() const;
74 
77 
78  virtual void setTaskableOrIntrinsic(DtDIGuyTaskableOrIntrinisic val);
79  virtual DtDIGuyTaskableOrIntrinisic taskableOrIntrinsic() const;
81 
82  bool matchedInDiGuy();
83  void setMatchedInDiGuy(bool matched);
84 
86  virtual DtRwDIGuyAnimationEntry* clone() const;
87 
88 protected:
89 
95 };
bool myMatchedInDiGuy
Definition: rwDIGuyAnimationEntry.h:94
DtRwString myAnimationVariant
Definition: rwDIGuyAnimationEntry.h:93
Definition: rwDIGuyAnimationEntry.h:26
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
A DtRwDIGuyAnimationEntry instance contains info about a specific DI-Guy animation, read in from character_animations_table.mtl.
Definition: rwDIGuyAnimationEntry.h:36
Definition: rwDIGuyAnimationEntry.h:27
Definition: rwDIGuyAnimationEntry.h:25
DtRwString myDisplayName
Definition: rwDIGuyAnimationEntry.h:91
DtDIGuyTaskableOrIntrinisic
The DtRwDIGuyIntrinsicAnimation a helper class that is a readable/writable class that can store itsel...
Definition: rwDIGuyAnimationEntry.h:23
DtRwString myTaskableOrIntrinsic
Definition: rwDIGuyAnimationEntry.h:92
Definition: rwDIGuyAnimationEntry.h:28
#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
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DtRwString myDIGuyName
Definition: rwDIGuyAnimationEntry.h:90

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)