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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)