#include </home/clem/local/src/opie/core/settings/citytime/stylusnormalizer.h>
Collaboration diagram for StylusNormalizer:

Signals | |
| void | signalNewPoint (const QPoint &p) |
Public Member Functions | |
| StylusNormalizer (QWidget *parent=0, const char *name=0) | |
| ~StylusNormalizer () | |
| void | start () |
| void | stop () |
| void | addEvent (const QPoint &pt) |
Private Slots | |
| void | slotAveragePoint (void) |
Private Attributes | |
| _StylusEvent | _ptList [SAMPLES] |
| int | _next |
| QTimer * | _tExpire |
| bool | bFirst |
Static Private Attributes | |
| static const int | SAMPLES = 10 |
|
||||||||||||
|
Definition at line 37 of file stylusnormalizer.cpp. References _ptList, _tExpire, i, SAMPLES, _StylusEvent::setPoint(), and slotAveragePoint(). |
|
|
Definition at line 52 of file stylusnormalizer.cpp. |
|
|
Definition at line 56 of file stylusnormalizer.cpp. References _next, _ptList, bFirst, QTime::currentTime(), SAMPLES, _StylusEvent::setPoint(), _StylusEvent::setTime(), and slotAveragePoint(). Referenced by ZoneMap::viewportMouseMoveEvent(), and ZoneMap::viewportMousePressEvent(). |
|
|
Referenced by slotAveragePoint(). |
|
|
Definition at line 70 of file stylusnormalizer.cpp. References _ptList, QTime::currentTime(), FLUSHTIME, i, _StylusEvent::point(), SAMPLES, signalNewPoint(), and size. Referenced by addEvent(), and StylusNormalizer(). |
|
|
Definition at line 88 of file stylusnormalizer.cpp. References _tExpire, and FLUSHTIME. Referenced by ZoneMap::viewportMousePressEvent(). |
|
|
Definition at line 93 of file stylusnormalizer.cpp. References _tExpire, and bFirst. Referenced by ZoneMap::viewportMouseReleaseEvent(). |
|
|
Definition at line 65 of file stylusnormalizer.h. Referenced by addEvent(). |
|
|
Definition at line 64 of file stylusnormalizer.h. Referenced by addEvent(), slotAveragePoint(), and StylusNormalizer(). |
|
|
Definition at line 66 of file stylusnormalizer.h. Referenced by start(), stop(), and StylusNormalizer(). |
|
|
Definition at line 67 of file stylusnormalizer.h. Referenced by addEvent(), and stop(). |
|
|
Definition at line 63 of file stylusnormalizer.h. Referenced by addEvent(), slotAveragePoint(), and StylusNormalizer(). |
1.4.2