10 #ifndef QWT_ANALOG_CLOCK_H 11 #define QWT_ANALOG_CLOCK_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;
90 QwtDialNeedle *d_hand[NHands];
virtual void drawNeedle(QPainter *, const QPointF &, double radius, double direction, QPalette::ColorGroup) const
Needle displaying the minutes.
QwtDial class provides a rounded range control.
Base class for needles that can be used in a QwtDial.
Needle displaying the hours.
Needle displaying the seconds.