VR-Forces 4.1.1 Class Documentation
DtSimulationTimeScaleWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimulationTimeScaleWidgetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
25  class DtVrfBackendState;
26  class DtSimulationTimeScaleWidgetInterface;
27 
29  {
30 
31  public:
32 
35 
38 
39  virtual void setupGui();
40 
42  virtual void setTimeMultiplier(double);
43  virtual double timeMultiplier() const;
44 
46  virtual void setTimeMultiplier(int);
47 
48  protected:
49  virtual void slot_selectedBackendChanged();
50  virtual void slot_allBackendsAboutToBeRemoved();
51  virtual void slot_backendUpdated(const DtVrfBackendState&, int);
52 
53  virtual int convertToTick(double) const;
54  virtual int convertToSliderTick(double d) const;
55  virtual double convertToMultiplier(int) const;
56 
57  virtual void setRange(double low, double high);
58 
59  protected:
63  double myLowRange;
64  double myHighRange;
66  };
67 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)