VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simulationTimeScaleWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrv
17 {
18  class DtDe;
19 }
20 
21 namespace makVrf
22 {
23  class DtVrfBackendState;
24  class DtSimulationTimeScaleWidgetInterface;
25 
27  {
28 
29  public:
30 
33 
36 
37  virtual void setupGui();
38 
40  virtual void setTimeMultiplier(double, bool sendMessage = true);
41 
43  virtual void setDisplayOnly(bool);
44 
45  virtual void setRange(double low, double high);
46 
48  virtual void validateRange(double multi);
49 
50  protected:
51  virtual void initialize();
52  virtual void slot_selectedBackendChanged();
53  virtual void slot_allBackendsAboutToBeRemoved();
54  virtual void slot_backendUpdated(const DtVrfBackendState&, int);
55  virtual void slot_driverStarted();
56  virtual void slot_backendDiscovered(const DtVrfBackendState&);
57 
58  protected:
63  double myLowRange;
64  double myHighRange;
66  };
67 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)