VR-Forces 4.3 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"
24 {
25 public:
26 
28 
30  DtReaderWriterRegistry* const parentRegistry = NULL);
31  DtRwDIGuyAnimationEntry(const DtSymbolString& name,
32  DtReaderWriterRegistry* const parentRegistry = NULL);
33 
35  DtReaderWriterRegistry* const parentRegistry = NULL);
36 
37  virtual ~DtRwDIGuyAnimationEntry();
38 
40 
42 
43  virtual void setDIGuyName(const DtString & animation);
44  virtual const DtString & diGuyName() const;
46 
50 
51  virtual void setDisplayName(const DtString & animation);
52  virtual const DtString & displayName() const;
54 
56 
57  virtual void setVariant(const DtString & var);
58  virtual const DtString& variant() const;
60 
62 
63  virtual void setTaskable(bool canTask);
64  virtual bool taskable() const;
66 
68  virtual DtRwDIGuyAnimationEntry* clone() const;
69 
70 protected:
71 
76 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)