#include </home/clem/local/src/opie/noncore/tools/clock/analogclock.h>
Collaboration diagram for AnalogClock:

Public Member Functions | |
| AnalogClock (QWidget *parent=0, const char *name=0) | |
| ~AnalogClock () | |
| QSizePolicy | sizePolicy () const |
| void | display (const QTime &time) |
Protected Member Functions | |
| void | drawContents (QPainter *p) |
| void | drawHand (QPainter *p, QPoint, QPoint) |
Private Member Functions | |
| QPoint | rotate (QPoint center, QPoint p, int angle) |
Private Attributes | |
| QTime | currTime |
| QTime | prevTime |
| QPixmap * | _pixmap |
|
||||||||||||
|
Definition at line 34 of file analogclock.cpp. References _pixmap. |
|
|
Definition at line 44 of file analogclock.cpp. References _pixmap. |
|
|
Definition at line 201 of file analogclock.cpp. References currTime. Referenced by Clock::updateClock(). |
|
|
Definition at line 53 of file analogclock.cpp. References _pixmap, currTime, drawHand(), QTime::hour(), i, QTime::minute(), p, prevTime, rotate(), and QTime::second(). |
|
||||||||||||||||
|
Definition at line 161 of file analogclock.cpp. References height, and int_sqrt(). Referenced by drawContents(). |
|
||||||||||||||||
|
Definition at line 207 of file analogclock.cpp. References deg2rad. Referenced by drawContents(). |
|
|
Definition at line 48 of file analogclock.cpp. |
|
|
Definition at line 46 of file analogclock.h. Referenced by AnalogClock(), drawContents(), and ~AnalogClock(). |
|
|
Definition at line 44 of file analogclock.h. Referenced by display(), and drawContents(). |
|
|
Definition at line 45 of file analogclock.h. Referenced by drawContents(). |
1.4.2