MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
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.h
"
13
#include <QtGui/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
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
:
46
DtBoundsSlider
*
mySlider
;
47
DtVectorButton
*
myLeftButton
;
48
DtVectorButton
*
myRightButton
;
49
};
50
51
}
52
53
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)