MAK Data Logger API Documentation for DIS
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.h"
13 #include <QtGui/QWidget>
14 
15 class QBoxLayout;
16 
17 namespace MAKLogger
18 {
19  class DtBoundsSlider;
20  class DtVectorButton;
21 
24  {
25  public:
26 
28  DtRangeWidget(Qt::Orientation orientation, QWidget* parent = 0);
29 
31  virtual ~DtRangeWidget();
32 
34  virtual void setBarColors(QColor top,QColor bottom);
35 
37 
38  DtBoundsSlider* slider();
39  const DtBoundsSlider* slider() const;
41 
43  void replaceSliderBar(DtBoundsSlider* slider);
44 
45  protected:
49  };
50 
51 }
52 
53 #endif

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)