MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrAnnotations
lgrAnnotationSliderBar.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef lgrAnnotationSliderBar_H_
11
#define lgrAnnotationSliderBar_H_
12
13
#include "
lgrAnn.h
"
14
#include "
sliderBar.h
"
15
16
class
QPainter;
17
class
QRectF;
18
19
namespace
MAKLogger
20
{
21
22
class
DtLgrAnnotation;
23
25
class
DT_DLL_LGRANN
DtLgrAnnotationSliderBar
:
public
DtSliderBar
26
{
27
public
:
28
DtLgrAnnotationSliderBar
(
DtLgrAnnotation
*);
29
virtual
~
DtLgrAnnotationSliderBar
();
30
31
private
:
33
DtLgrAnnotationSliderBar
(
const
DtLgrAnnotationSliderBar
&);
35
DtLgrAnnotationSliderBar
& operator=(
const
DtLgrAnnotationSliderBar
&);
36
public
:
37
39
40
DtLgrAnnotation
* annotation();
41
const
DtLgrAnnotation
* annotation()
const
;
43
46
virtual
void
drawBar(QPainter& painter,
const
QRectF& viewport);
47
48
protected
:
49
DtLgrAnnotation
*
myAnnotation
;
50
};
51
}
52
53
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)