MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrVerticalRangeSlider.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2016 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <lgrGui/rangeSlider.h>
14 
15 #include <QWidget>
16 class QAbstractSlider;
17 class QScrollBar;
18 
19 namespace MAKLogger
20 {
21  class DtProgressiveLineGraph;
23  {
24  Q_OBJECT
25 
26  public:
28 
30 
31  void setSliderBoxGeometry(QRect geometry);
32 
33  QScrollBar* rangeScrollBar();
34 
35  void setJumpAmountValue(int amount);
36  int getJumpAmountValue();
37 
38  protected:
41 
43  QScrollBar* myScrollBar;
44 
45  };
46 }

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)