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-2025 MAK Technologies, Inc
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
double myEndTime
Definition: lgrTimelineWindowSliderBar.h:46
Used to manage a bar between a start and an end of a slider bar.
Definition: sliderBar.h:25
Represents a slider bar on the full time line to indicate the time window displayed in the partial ti...
Definition: lgrTimelineWindowSliderBar.h:22
Contains MAKLogger::DtSliderBar class.
double myStartTime
Definition: lgrTimelineWindowSliderBar.h:45
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)