VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
turretJoyDeviceControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: turretJoystickDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtTurretJoyDeviceControllerDescriptor_H_
16 #define DtTurretJoyDeviceControllerDescriptor_H_
17 
19 #include "vrfutil/rwBoolean.h"
20 #include "vrfutil/rwInt.h"
21 
26 {
27 public:
30  DtReaderWriterRegistry* parentRegistry = NULL);
31  DtTurretJoyDeviceControllerDescriptor(const DtSymbolString& name,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
45 
47  parentRegistry = NULL) const;
48 
51  virtual DtString type() const;
52 
53 
56  virtual int slewAxis() const;
57  virtual void setSlewAxis(int axis);
59 
60 
63  virtual bool invertSlewAxis() const;
64  virtual void setInvertSlewAxis(bool invert);
66 
68  static DtComponentDescriptor * creator();
69 
70 protected:
72  virtual void setDefaults();
73 
75  virtual void copyValues(const DtTurretJoyDeviceControllerDescriptor& orig);
76 
77 protected:
80 
81 protected:
82 
86 
91 
96 
98 
100  static const char theSlewAxisName[];
101  static const char theInvertSlewAxisName[];
102 };
103 
104 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)