MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrTimelineWindowSliderBar.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 DtLgrTimelineWindowSliderBar_H_
11 #define DtLgrTimelineWindowSliderBar_H_
12 
13 #include <lgrGui/lgrGui.h>
14 #include <lgrGui/sliderBar.h>
15 
16 class QPainter;
17 class QRectF;
18 
19 namespace MAKLogger
20 {
23  {
24  public:
27 
29  virtual void setStartTime(double start);
30 
32  virtual void setEndTime(double end);
33 
34  private:
39  public:
40 
42  virtual void drawBar(QPainter& painter,const QRectF& viewport);
43 
44  private:
45  double myStartTime;
46  double myEndTime;
47 
48  };
49 }
50 
51 #endif

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)