VR-Forces 4.1 Class Documentation
DtPerformanceOptionsWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPerformanceOptionsWidgetInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 #include <boost/signal.hpp>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 }
24 
25 class QString;
26 
27 namespace makVrf
28 {
30  {
31 
32  public:
33 
36 
38  virtual void setSliderPosition(double) = 0;
39 
41  virtual void setTranslationValue(const QString&) = 0;
42 
44  virtual void setRotationValue(const QString&) = 0;
45 
47  virtual void setSmoothingValue(const QString&) = 0;
48 
50  virtual void setUserDefinedSmoothing(bool) = 0;
51 
53  virtual void setUserDefinedSmoothingPeriod(double) = 0;
54 
56  virtual void setUserDefinedSmoothingEnabled(bool) = 0;
57 
58  boost::signal<void (double)> signal_performanceOptionsChanged;
59 
60  boost::signal<void (bool)> signal_userDefinedSmoothing;
61  boost::signal<void (bool)> signal_smoothingEnabled;
62  boost::signal<void (double)> signal_userDefinedSmoothingPeriod;
63  };
64 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)