VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diGuyControllerPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: diGuyControllerPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7 ** Created: 4/16/08 MEM
8 *******************************************************************************/
9 
12 
13 #ifndef diGuyControllerPSR_H_
14 #define diGuyControllerPSR_H_
15 
17 #include <readerWriter/rwReal.h>
18 #include <readerWriter/rwBoolean.h>
19 #include <readerWriter/rwString.h>
20 
27 
30 {
31 public:
32 
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
40  const DtString& rwName = DtString::nullString(),
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
44  virtual ~DtDiGuyControllerPSR();
45 
48 
51  const DtString& rwName = DtString::nullString(),
52  DtReaderWriterRegistry* parentRegistry = 0) const;
53 
55  virtual DtString type() const;
56 
58  virtual void setElapsedTime(double time);
59  virtual double elapsedTime() const;
60 
62  virtual void setAnimationDuration(double time);
63  virtual double animationDuration() const;
64 
68  virtual void setDirectionOfMovement(double angle);
69  virtual double directionOfMovement() const;
70 
72  virtual void setAmRotating(bool rot);
73  virtual bool amRotating() const;
74 
76  virtual void setDefaultAnimationName(const DtString & name);
77  virtual const DtString & defaultAnimationName() const;
78 
79 public:
80 
82  static DtVrfProcessStateRepository* creator (const DtString& rwName,
83  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
84 
85 protected:
86 
93 };
94 
95 #endif

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)