Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtWaylandClient::QWaylandInputDevice::FrameData Struct Reference

#include <qwaylandinputdevice_p.h>

+ Collaboration diagram for QtWaylandClient::QWaylandInputDevice::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

QWaylandPointerEventevent = nullptr
 
QPointF delta
 
QPoint delta120
 
axis_source axisSource = axis_source_wheel
 
bool verticalAxisInverted = false
 
bool horizontalAxisInverted = false
 

Detailed Description

Definition at line 343 of file qwaylandinputdevice_p.h.

Member Function Documentation

◆ angleDelta()

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

◆ hasPixelDelta()

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

◆ pixelDelta()

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

Definition at line 355 of file qwaylandinputdevice_p.h.

References QPointF::toPoint().

+ Here is the call graph for this function:

◆ pixelDeltaAndError()

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

◆ resetScrollData()

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

◆ wheelEventSource()

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

Member Data Documentation

◆ axisSource

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

Definition at line 348 of file qwaylandinputdevice_p.h.

◆ delta

QPointF QtWaylandClient::QWaylandInputDevice::FrameData::delta

Definition at line 346 of file qwaylandinputdevice_p.h.

◆ delta120

QPoint QtWaylandClient::QWaylandInputDevice::FrameData::delta120

Definition at line 347 of file qwaylandinputdevice_p.h.

◆ event

QWaylandPointerEvent* QtWaylandClient::QWaylandInputDevice::FrameData::event = nullptr

Definition at line 344 of file qwaylandinputdevice_p.h.

◆ horizontalAxisInverted

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

Definition at line 350 of file qwaylandinputdevice_p.h.

◆ verticalAxisInverted

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

Definition at line 349 of file qwaylandinputdevice_p.h.


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