MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rangeSlider.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef rangeSlider_H_
10 #define rangeSlider_H_
11 
12 #include <lgrGui/lgrGui.h>
13 #include <QWidget>
14 
15 class QBoxLayout;
16 
17 namespace MAKLogger
18 {
19  class DtBoundsSlider;
20  class DtVectorButton;
21 
24  {
25 
26  Q_OBJECT
27 
28  public:
29 
31  DtRangeWidget(Qt::Orientation orientation, QWidget* parent = 0);
32 
34  virtual ~DtRangeWidget();
35 
37  virtual void setBarColors(QColor top,QColor bottom);
38 
40 
41  DtBoundsSlider* slider();
42  const DtBoundsSlider* slider() const;
44 
46  void replaceSliderBar(DtBoundsSlider* slider);
47 
48  public slots:
49 
51  void adjustSliderBoxesBy(int delta);
52 
53 
54  protected:
58  };
59 
60 }
61 
62 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)