VR-Forces 4.6 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 
11 #include "vrfutil/readerWriter.h"
12 #include "vrfutil/rwString.h"
13 #include "vrfutil/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;
73 
76 
77  virtual void setTaskableOrIntrinsic(DtDIGuyTaskableOrIntrinisic val);
78  virtual DtDIGuyTaskableOrIntrinisic taskableOrIntrinsic() const;
80 
81  bool matchedInDiGuy();
82  void setMatchedInDiGuy(bool matched);
83 
85  virtual DtRwDIGuyAnimationEntry* clone() const;
86 
87 protected:
88 
94 };

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)