MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrGui
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
23
class
DT_DLL_LGRGUI
DtRangeWidget
:
public
QWidget
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
:
55
DtBoundsSlider
*
mySlider
;
56
DtVectorButton
*
myLeftButton
;
57
DtVectorButton
*
myRightButton
;
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
)