![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwaylandinputdevice_p.h>
Public Member Functions | |
void | resetScrollData () |
bool | hasPixelDelta () const |
QPoint | pixelDeltaAndError (QPointF *accumulatedError) const |
QPoint | pixelDelta () const |
QPoint | angleDelta () const |
Qt::MouseEventSource | wheelEventSource () const |
Public Attributes | |
QScopedPointer< QWaylandPointerEvent > | event |
QPointF | delta |
QPoint | delta120 |
axis_source | axisSource = axis_source_wheel |
bool | verticalAxisInverted = false |
bool | horizontalAxisInverted = false |
Definition at line 372 of file qwaylandinputdevice_p.h.
QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::angleDelta | ( | ) | const |
Definition at line 1116 of file qwaylandinputdevice.cpp.
bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::hasPixelDelta | ( | ) | const |
Definition at line 1079 of file qwaylandinputdevice.cpp.
|
inline |
Definition at line 384 of file qwaylandinputdevice_p.h.
QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::pixelDeltaAndError | ( | QPointF * | accumulatedError | ) | const |
Definition at line 1096 of file qwaylandinputdevice.cpp.
void QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::resetScrollData | ( | ) |
Definition at line 1070 of file qwaylandinputdevice.cpp.
Qt::MouseEventSource QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::wheelEventSource | ( | ) | const |
Definition at line 1130 of file qwaylandinputdevice.cpp.
axis_source QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::axisSource = axis_source_wheel |
Definition at line 377 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::delta |
Definition at line 375 of file qwaylandinputdevice_p.h.
QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::delta120 |
Definition at line 376 of file qwaylandinputdevice_p.h.
QScopedPointer<QWaylandPointerEvent> QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::event |
Definition at line 373 of file qwaylandinputdevice_p.h.
bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::horizontalAxisInverted = false |
Definition at line 379 of file qwaylandinputdevice_p.h.
bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::verticalAxisInverted = false |
Definition at line 378 of file qwaylandinputdevice_p.h.