VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTrackHistorySettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <boost/signals.hpp>
15 
16 namespace makVrv
17 {
18 
23  {
24  public:
25 
28 
31 
33  virtual int trackHistoryRibbonLength() const = 0;
34 
36  virtual void setTrackHistoryRibbonLength( int maxSamples ) = 0;
37 
39  virtual float trackHistoryRibbonSpacing() const = 0;
40 
42  virtual void setTrackHistoryRibbonSpacing( float spacing ) = 0;
43 
45  virtual bool trackHistoryRibbonInfinite() const = 0;
46 
48  virtual void setTrackHistoryRibbonInfinite( bool isInfinite ) = 0;
49 
51 
53  virtual void setLengthSliderDisabled( bool disabled ) = 0;
54 
57 
60  boost::signal<void (int)> signal_trackHistoryRibbonLengthChanged;
61 
64  boost::signal<void (float)> signal_trackHistoryRibbonSpacingChanged;
65 
68  boost::signal<void (bool)> signal_trackHistoryRibbonInfiniteChanged;
69 
71 
72  };
73 
74 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)