Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtWaylandClient::QWaylandInputDevice::Pointer::FrameData Struct Reference

#include <qwaylandinputdevice_p.h>

Collaboration diagram for QtWaylandClient::QWaylandInputDevice::Pointer::FrameData:

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< QWaylandPointerEventevent
QPointF delta
QPoint delta120
axis_source axisSource = axis_source_wheel
bool verticalAxisInverted = false
bool horizontalAxisInverted = false

Detailed Description

Definition at line 372 of file qwaylandinputdevice_p.h.

Member Function Documentation

◆ angleDelta()

QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::angleDelta ( ) const

Definition at line 1116 of file qwaylandinputdevice.cpp.

◆ hasPixelDelta()

bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::hasPixelDelta ( ) const

Definition at line 1079 of file qwaylandinputdevice.cpp.

◆ pixelDelta()

QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::pixelDelta ( ) const
inline

Definition at line 384 of file qwaylandinputdevice_p.h.

◆ pixelDeltaAndError()

QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::pixelDeltaAndError ( QPointF * accumulatedError) const

Definition at line 1096 of file qwaylandinputdevice.cpp.

◆ resetScrollData()

void QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::resetScrollData ( )

Definition at line 1070 of file qwaylandinputdevice.cpp.

◆ wheelEventSource()

Qt::MouseEventSource QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::wheelEventSource ( ) const

Definition at line 1130 of file qwaylandinputdevice.cpp.

Member Data Documentation

◆ axisSource

axis_source QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::axisSource = axis_source_wheel

Definition at line 377 of file qwaylandinputdevice_p.h.

◆ delta

QPointF QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::delta

Definition at line 375 of file qwaylandinputdevice_p.h.

◆ delta120

QPoint QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::delta120

Definition at line 376 of file qwaylandinputdevice_p.h.

◆ event

QScopedPointer<QWaylandPointerEvent> QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::event

Definition at line 373 of file qwaylandinputdevice_p.h.

◆ horizontalAxisInverted

bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::horizontalAxisInverted = false

Definition at line 379 of file qwaylandinputdevice_p.h.

◆ verticalAxisInverted

bool QtWaylandClient::QWaylandInputDevice::Pointer::FrameData::verticalAxisInverted = false

Definition at line 378 of file qwaylandinputdevice_p.h.


The documentation for this struct was generated from the following files: