MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <lgrAnnotations/lgrAnn.h>
14 #include <lgrGui/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 Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)