QQuickWheelEvent Class
Header: | #include <QQuickWheelEvent> |
Instantiated By: | WheelEvent |
Inherits: | QObject |
Public Functions
QPoint | angleDelta() const |
int | buttons() const |
bool | inverted() const |
bool | isAccepted() |
int | modifiers() const |
Qt::ScrollPhase | phase() const |
QPoint | pixelDelta() const |
const QPointingDevice * | pointingDevice() const |
void | setAccepted(bool accepted) |
qreal | x() const |
qreal | y() const |
Detailed Description
\internal