VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
16 
21 
22 #include "vrfutil/vrfutilDefines.h"
23 
25 {
30 };
31 
32 
34 {
35 public:
36 
38 
40  DtReaderWriterRegistry* const parentRegistry = NULL);
42  DtReaderWriterRegistry* const parentRegistry = NULL);
43 
45  DtReaderWriterRegistry* const parentRegistry = NULL);
46 
47  virtual ~DtRwDIGuyAnimationEntry();
48 
50 
52 
53  virtual void setDIGuyName(const DtString & animation);
54  virtual const DtString & diGuyName() const;
56 
60 
61  virtual void setDisplayName(const DtString & animation);
62  virtual const DtString & displayName() const;
64 
66 
67  virtual void setVariant(const DtString & var);
68  virtual const DtString& variant() const;
70 
73 
74  virtual void setTaskableOrIntrinsic(DtDIGuyTaskableOrIntrinisic val);
75  virtual DtDIGuyTaskableOrIntrinisic taskableOrIntrinsic() const;
77 
79  virtual DtRwDIGuyAnimationEntry* clone() const;
80 
81 protected:
82 
87 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)