![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QWheelEvent, including all inherited members.
| QEvent(Type type) | QEvent | explicit |
| QEvent(const QEvent &other) | QEvent | |
| QWheelEvent(const QPointF &pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orientation=Qt::Vertical) | QWheelEvent | |
| QWheelEvent(const QPointF &pos, const QPointF &globalPosition, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orientation=Qt::Vertical) | QWheelEvent | |
| QWheelEvent(const QPointF &pos, const QPointF &globalPosition, QPoint pixelDelta, QPoint angleDelta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source=Qt::MouseEventNotSynthesized) | QWheelEvent | |
| Type enum name | QEvent | |
| accept() | QEvent | inline |
| angleDelta() const | QWheelEvent | inline |
| buttons() const | QWheelEvent | inline |
| delta() const | QWheelEvent | inline |
| globalPos() const | QWheelEvent | inline |
| globalPosF() const | QWheelEvent | inline |
| globalX() const | QWheelEvent | inline |
| globalY() const | QWheelEvent | inline |
| ignore() | QEvent | inline |
| isAccepted() const | QEvent | inline |
| modifiers() const | QInputEvent | inline |
| operator=(const QEvent &other) | QEvent | |
| orientation() const | QWheelEvent | inline |
| phase() const | QWheelEvent | inline |
| pixelDelta() const | QWheelEvent | inline |
| pos() const | QWheelEvent | inline |
| posF() const | QWheelEvent | inline |
| registerEventType(int hint=-1) | QEvent | static |
| setAccepted(bool accepted) | QEvent | inline |
| setModifiers(Qt::KeyboardModifiers modifiers) | QInputEvent | inline |
| setTimestamp(ulong timestamp) | QInputEvent | inline |
| source() const | QWheelEvent | inline |
| spontaneous() const | QEvent | inline |
| timestamp() const | QInputEvent | inline |
| type() const | QEvent | inline |
| x() const | QWheelEvent | inline |
| y() const | QWheelEvent | inline |
| ~QEvent() | QEvent | virtual |