QWheelEvent Class Reference
Inherits QInputEvent.
Constructor
- void QWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Orientation qt4Orientation, MouseButtons buttons, KeyboardModifiers modifiers)
- void QWheelEvent(QPointF pos, QPointF globalPos, int delta, MouseButtons buttons, KeyboardModifiers modifiers, Orientation orient)
- void QWheelEvent(QPointF pos, int delta, MouseButtons buttons, KeyboardModifiers modifiers, Orientation orient)
Constructor Properties
- prototype: The QWheelEvent prototype object
Prototype Object Properties
The QWheelEvent prototype object inherits properties from the QInputEvent prototype object and also has the following properties.
- QPoint angleDelta()
- MouseButtons buttons()
- int delta()
- QPoint globalPos()
- QPointF globalPosF()
- int globalX()
- int globalY()
- Orientation orientation()
- QPoint pixelDelta()
- QPoint pos()
- QPointF posF()
- int x()
- int y()
Instance Properties
QWheelEvent objects have no special properties beyond those inherited from the QWheelEvent prototype object.