#include <mouse.h>

Public Member Functions | |
| QRectF | boundingRect () const |
| Mouse () | |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| QPainterPath | shape () const |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *event) |
Private Attributes | |
| qreal | angle |
| QColor | color |
| qreal | mouseEyeDirection |
| qreal | speed |
| void Mouse::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |