10 #ifndef QWT_ANALOG_CLOCK_H 11 #define QWT_ANALOG_CLOCK_H 16 #include <qdatetime.h> 76 void setCurrentTime();
77 void setTime(
const QTime & );
80 virtual void drawNeedle( QPainter *,
const QPointF &,
81 double radius,
double direction, QPalette::ColorGroup )
const;
83 virtual void drawHand( QPainter *,
Hand,
const QPointF &,
84 double radius,
double direction, QPalette::ColorGroup )
const;
virtual void drawNeedle(QPainter *, const QPointF &, double radius, double direction, QPalette::ColorGroup) const
void setNeedle(QwtDialNeedle *)
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.