VR-Forces 4.2 Class Documentation
rwAnimationEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwAnimationEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 4/8/08 MEM
8 *******************************************************************************/
9 
12 
13 #ifndef rwDiguyIntrinsicAnimation_H_
14 #define rwDiguyIntrinsicAnimation_H_
15 
16 #include "vrfutil/rdrWritr.h"
17 #include "vrfutil/rwString.h"
18 #include "vrfutil/rwBoolean.h"
19 
21 
26 
27 #include "vrfutil/vrfutilDefines.h"
29 {
30 public:
31 
33 
35  DtReaderWriterRegistry* const parentRegistry = NULL);
36  DtRwDIGuyAnimationEntry(const DtSymbolString& name,
37  DtReaderWriterRegistry* const parentRegistry = NULL);
38 
40  DtReaderWriterRegistry* const parentRegistry = NULL);
41 
42  virtual ~DtRwDIGuyAnimationEntry();
43 
45 
47 
48  virtual void setDIGuyName(const DtString & animation);
49  virtual const DtString & diGuyName() const;
51 
55 
56  virtual void setDisplayName(const DtString & animation);
57  virtual const DtString & displayName() const;
59 
61 
62  virtual void setVariant(const DtString & var);
63  virtual const DtString& variant() const;
65 
67 
68  virtual void setTaskable(bool canTask);
69  virtual bool taskable() const;
71 
73  virtual DtRwDIGuyAnimationEntry* clone() const;
74 
75 protected:
76 
81 };
82 
83 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)