VR-Forces 4.2 Class Documentation
translatablePartActuatorDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwReal.h"
13 #include "vrfutil/rwString.h"
15 
21 {
22 public:
24  DtTranslatablePartActuatorDescriptor(const DtString& rwName = DtString::nullString(),
25  DtReaderWriterRegistry* parentRegistry = 0);
28  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
38  virtual DtString type() const;
39 
42 
45  virtual double maxRange() const;
46  virtual void setMaxRange(const double& newValue);
48 
51  virtual double minRange() const;
52  virtual void setMinRange(const double& newValue);
54 
57  virtual double rangeChangeRate() const;
58  virtual void setRangeChangeRate(const double& newValue);
59 
62  virtual bool startAtLowestPosition() const;
63  virtual void setStartAtLowestPosition(bool newValue);
64 
65 protected:
84 
86 };

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)