MAK Data Logger API Documentation for DIS
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 
26  {
27  public:
29  virtual ~DtLgrAnnotationSliderBar();
30 
31  private:
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:
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)