MAK Data Logger API Documentation for DIS
 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-2025 MAK Technologies, Inc
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  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
Used to manage a bar between a start and an end of a slider bar.
Definition: sliderBar.h:25
DtLgrAnnotation * myAnnotation
Definition: lgrAnnotationSliderBar.h:49
Contains MAKLogger::DtSliderBar class.
Defines INPORT/EXPORT macros for lgrGui library.
Annotation slider bar class.
Definition: lgrAnnotationSliderBar.h:25
Base annotation class defines interface for all annotations.
Definition: lgrAnnotation.h:26
#define DT_DLL_LGRANN
Definition: lgrAnn.h:19

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)