MAK Data Logger API Documentation for HLA
 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-2024 MAK Technologies, Inc
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  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
A Widget which contains two slider boxes which define a bounding area.
Definition: boundsSlider.h:27
A Range widget, which has a slider bar and buttons.
Definition: rangeSlider.h:23
DtVectorButton * myRightButton
Definition: rangeSlider.h:57
DtBoundsSlider * mySlider
Definition: rangeSlider.h:55
DtVectorButton * myLeftButton
Definition: rangeSlider.h:56
Vector Button which uses a vector drawing rather than bitmap.
Definition: vectorButton.h:41
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.

Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)