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
QPointingDevicePrivate::EventPointData Struct Reference

#include <qpointingdevice_p.h>

+ Collaboration diagram for QPointingDevicePrivate::EventPointData:

Public Attributes

QEventPoint eventPoint
 
QPointer< QObjectexclusiveGrabber
 
QPointer< QObjectexclusiveGrabberContext
 
QList< QPointer< QObject > > passiveGrabbers
 
QList< QPointer< QObject > > passiveGrabbersContext
 

Detailed Description

This struct (stored in activePoints) holds persistent state between event deliveries.

Definition at line 55 of file qpointingdevice_p.h.

Member Data Documentation

◆ eventPoint

QEventPoint QPointingDevicePrivate::EventPointData::eventPoint

Definition at line 56 of file qpointingdevice_p.h.

◆ exclusiveGrabber

QPointer<QObject> QPointingDevicePrivate::EventPointData::exclusiveGrabber

Definition at line 57 of file qpointingdevice_p.h.

◆ exclusiveGrabberContext

QPointer<QObject> QPointingDevicePrivate::EventPointData::exclusiveGrabberContext

Definition at line 58 of file qpointingdevice_p.h.

◆ passiveGrabbers

QList<QPointer <QObject> > QPointingDevicePrivate::EventPointData::passiveGrabbers

Definition at line 59 of file qpointingdevice_p.h.

◆ passiveGrabbersContext

QList<QPointer <QObject> > QPointingDevicePrivate::EventPointData::passiveGrabbersContext

Definition at line 60 of file qpointingdevice_p.h.


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