Qt 4.8
|
Public Functions | |
QGraphicsSceneWheelEventPrivate () | |
Public Functions inherited from QGraphicsSceneEventPrivate | |
QGraphicsSceneEventPrivate () | |
virtual | ~QGraphicsSceneEventPrivate () |
Public Variables | |
Qt::MouseButtons | buttons |
int | delta |
Qt::KeyboardModifiers | modifiers |
Qt::Orientation | orientation |
QPointF | pos |
QPointF | scenePos |
QPoint | screenPos |
Public Variables inherited from QGraphicsSceneEventPrivate | |
QGraphicsSceneEvent * | q_ptr |
QWidget * | widget |
Definition at line 670 of file qgraphicssceneevent.cpp.
|
inline |
Definition at line 674 of file qgraphicssceneevent.cpp.
Qt::MouseButtons QGraphicsSceneWheelEventPrivate::buttons |
Definition at line 681 of file qgraphicssceneevent.cpp.
int QGraphicsSceneWheelEventPrivate::delta |
Definition at line 683 of file qgraphicssceneevent.cpp.
Qt::KeyboardModifiers QGraphicsSceneWheelEventPrivate::modifiers |
Definition at line 682 of file qgraphicssceneevent.cpp.
Qt::Orientation QGraphicsSceneWheelEventPrivate::orientation |
Definition at line 684 of file qgraphicssceneevent.cpp.
QPointF QGraphicsSceneWheelEventPrivate::pos |
Definition at line 678 of file qgraphicssceneevent.cpp.
QPointF QGraphicsSceneWheelEventPrivate::scenePos |
Definition at line 679 of file qgraphicssceneevent.cpp.
QPoint QGraphicsSceneWheelEventPrivate::screenPos |
Definition at line 680 of file qgraphicssceneevent.cpp.