VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
performanceOptionsWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPerformanceOptionsWidgetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 #include <string>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
27 
28 namespace makVrf
29 {
30  class DtVrfBackendState;
31  class DtPerformanceOptionsWidgetInterface;
32 
34  {
35  public:
36 
39 
42 
43  protected:
44 
47  virtual void slot_performanceOptionsChanged(double);
48 
49  virtual void slot_userDefinedSmoothing(bool);
50 
51  virtual void slot_smoothingEnabled(bool);
52  virtual void slot_userDefinedSmoothingPeriod(double);
53 
54  virtual void slot_deadReckoningSettingsChanged(const DtDeadReckoningSettings&);
55 
56  virtual double setSliderFromTranslationThreshold();
57 
58  virtual double translationThresholdFromPosition(int position) const;
59  virtual double rotationThresholdFromPosition(int position) const;
60  virtual double smoothingValueFromPosition(int position) const;
61 
63  void sendDRDataToServers(double);
64 
65  virtual void updateTranslationLabel(double threshold);
66  virtual void updateRotationLabel(double threshold);
67  virtual void updateSmoothingLabel(double threshold);
68 
69  protected:
77  };
78 
80  {
81  public:
84 
87 
89  static void registerInstance(makVrv::DtDe& de, DtPerformanceOptionsWidgetLogicCreator* instance);
90 
92  };
93 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)