#include <eventinfo.h>
Public Member Functions | |
| EventInfo () | |
| EventInfo (ItemView *itemView, QMouseEvent *e) | |
| EventInfo (ItemView *itemView, QWheelEvent *e) | |
| EventInfo (ItemView *itemView, QEvent *e) | |
| QMouseEvent * | mousePressEvent (int dx, int dy) const |
| QMouseEvent * | mouseReleaseEvent (int dx, int dy) const |
| QMouseEvent * | mouseDoubleClickEvent (int dx, int dy) const |
| QMouseEvent * | mouseMoveEvent (int dx, int dy) const |
| QWheelEvent * | wheelEvent (int dx, int dy) const |
Public Attributes | |
| QPoint | pos |
| QPoint | globalPos |
| QCanvasItem * | qcanvasItemClickedOn |
| int | itemRtti |
| short | scrollDelta |
| Qt::Orientation | scrollOrientation |
| bool | isRightClick:1 |
| bool | ctrlPressed:1 |
| bool | shiftPressed:1 |
| bool | altPressed:1 |
Protected Member Functions | |
| void | reset () |
Definition at line 29 of file eventinfo.h.
1.5.1