00001 /****************************************************************************** 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00009 00010 #ifndef lgrRangeAnnotationSliderBar_H_ 00011 #define lgrRangeAnnotationSliderBar_H_ 00012 00013 #include "lgrAnn.h" 00014 #include "lgrAnnotationSliderBar.h" 00015 00016 namespace MAKLogger 00017 { 00018 class DtLgrRangeAnnotation; 00019 00021 class DT_DLL_LGRANN DtLgrRangeAnnotationSliderBar : public DtLgrAnnotationSliderBar 00022 { 00023 public: 00024 DtLgrRangeAnnotationSliderBar(DtLgrRangeAnnotation*); 00025 virtual ~DtLgrRangeAnnotationSliderBar(); 00026 00027 private: 00029 DtLgrRangeAnnotationSliderBar(const DtLgrRangeAnnotationSliderBar&); 00031 DtLgrRangeAnnotationSliderBar& operator=(const DtLgrRangeAnnotationSliderBar&); 00032 public: 00033 00035 00036 DtLgrRangeAnnotation* rangeAnnotation(); 00037 const DtLgrRangeAnnotation* rangeAnnotation() const; 00039 00041 virtual void drawBar(QPainter& painter,const QRectF& viewport); 00042 00043 }; 00044 } 00045 00046 #endif