![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsysteminterface_p.h>
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 428 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 430 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::delta |
Definition at line 437 of file qwindowsysteminterface_p.h.
| int QWindowSystemInterfacePrivate::GestureEvent::fingerCount |
Definition at line 438 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::globalPos |
Definition at line 436 of file qwindowsysteminterface_p.h.
| quint64 QWindowSystemInterfacePrivate::GestureEvent::intValue |
Definition at line 443 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::GestureEvent::pos |
Definition at line 435 of file qwindowsysteminterface_p.h.
| qreal QWindowSystemInterfacePrivate::GestureEvent::realValue |
Definition at line 440 of file qwindowsysteminterface_p.h.
| ulong QWindowSystemInterfacePrivate::GestureEvent::sequenceId |
Definition at line 442 of file qwindowsysteminterface_p.h.
| Qt::NativeGestureType QWindowSystemInterfacePrivate::GestureEvent::type |
Definition at line 434 of file qwindowsysteminterface_p.h.