![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Inheritance diagram for QWindowSystemInterfacePrivate::GestureEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::GestureEvent:Public Member Functions | |
| GestureEvent (QWindow *window, ulong time, Qt::NativeGestureType type, const QPointingDevice *dev, int fingerCount, QPointF pos, QPointF globalPos, qreal realValue, QPointF delta) | |
Public Member Functions inherited from QWindowSystemInterfacePrivate::PointerEvent | |
| PointerEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QPointingDevice *device) | |
Public Member Functions inherited from QWindowSystemInterfacePrivate::InputEvent | |
| InputEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QInputDevice *dev) | |
Public Member Functions inherited from QWindowSystemInterfacePrivate::UserEvent | |
| UserEvent (QWindow *w, ulong time, EventType t) | |
Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| WindowSystemEvent (EventType t) | |
| virtual | ~WindowSystemEvent () |
| bool | synthetic () const |
| bool | nullWindow () const |
Public Attributes | |
| Qt::NativeGestureType | type |
| QPointF | pos |
| QPointF | globalPos |
| QPointF | delta |
| int | fingerCount |
| qreal | realValue |
| ulong | sequenceId |
| quint64 | intValue |
Public Attributes inherited from QWindowSystemInterfacePrivate::InputEvent | |
| Qt::KeyboardModifiers | modifiers |
| const QInputDevice * | device |
Public Attributes inherited from QWindowSystemInterfacePrivate::UserEvent | |
| QPointer< QWindow > | window |
| unsigned long | timestamp |
Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| EventType | type |
| int | flags |
| bool | eventAccepted |
Additional Inherited Members | |
Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| enum | { Synthetic = 0x1 , NullWindow = 0x2 } |
Definition at line 426 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 428 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::delta |
Definition at line 435 of file qwindowsysteminterface_p.h.
| int QWindowSystemInterfacePrivate::GestureEvent::fingerCount |
Definition at line 436 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::globalPos |
Definition at line 434 of file qwindowsysteminterface_p.h.
| quint64 QWindowSystemInterfacePrivate::GestureEvent::intValue |
Definition at line 441 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::pos |
Definition at line 433 of file qwindowsysteminterface_p.h.
| qreal QWindowSystemInterfacePrivate::GestureEvent::realValue |
Definition at line 438 of file qwindowsysteminterface_p.h.
| ulong QWindowSystemInterfacePrivate::GestureEvent::sequenceId |
Definition at line 440 of file qwindowsysteminterface_p.h.
| Qt::NativeGestureType QWindowSystemInterfacePrivate::GestureEvent::type |
Definition at line 432 of file qwindowsysteminterface_p.h.