10 #ifndef QWT_ANALOG_CLOCK_H 
   11 #define QWT_ANALOG_CLOCK_H 
   13 #include "qwt_global.h" 
   76     void setCurrentTime();
 
   77     void setTime( 
const QTime& );
 
   80     virtual void drawNeedle( QPainter*, 
const QPointF&, 
double radius,
 
   81         double direction, QPalette::ColorGroup ) 
const QWT_OVERRIDE;
 
   83     virtual void drawHand( QPainter*, Hand, 
const QPointF&,
 
   84         double radius, 
double direction, QPalette::ColorGroup ) 
const;
 
@ MinuteHand
Needle displaying the minutes.
@ HourHand
Needle displaying the hours.
@ SecondHand
Needle displaying the seconds.
QwtDial class provides a rounded range control.
void setNeedle(QwtDialNeedle *)
virtual void drawNeedle(QPainter *, const QPointF &, double radius, double direction, QPalette::ColorGroup) const
Base class for needles that can be used in a QwtDial.