VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diGuyAnimation.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vlutil/vlString.h>
12 #include <vlutil/vlSmartPointers.h>
13 
22 
23 
24 #include "vrfutil/vrfutilDefines.h"
26 
28 {
29 public:
30 
32 
33  DtDiGuyAnimation(const DtString& name);
34 
36 
37  virtual ~DtDiGuyAnimation();
38 
39  DtDiGuyAnimation& operator=(const DtDiGuyAnimation& orig);
40 
42 
43  virtual void setAnimationName(const DtString& name);
44  virtual const DtString & animationName() const;
46 
48 
49  virtual void setDisplayName(const DtString& name);
50  virtual const DtString & displayName() const;
52 
54 
55  virtual void setDuration(const double time);
56  virtual const double duration() const;
58 
60 
61  virtual void setSpeed(const double speed);
62  virtual const double speed() const;
64 
66  virtual void setPosture(const DtString & post);
67  virtual const DtString & posture() const;
68 
70 
71  virtual void setDirectionChange(const DtString & direction);
72  virtual const DtString & directionChange() const;
74 
77 
78  virtual void setVariant(const DtString & var);
79  virtual const DtString& variant() const;
81 
84 
85  virtual void setTaskableOrIntrinsic(DtDIGuyTaskableOrIntrinisic value);
86  virtual DtDIGuyTaskableOrIntrinisic taskableOrInstrinsic() const;
88 
90  virtual DtDiGuyAnimation* clone() const;
91 
93  virtual void print();
94 
95 protected:
96 
105 };
106 
107 typedef DtBoost::shared_ptr<DtDiGuyAnimation> DtDiGuyAnimationSharedPtr;

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)