![]() |
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 Attributes | |
| QPoint | pixelDelta |
| QPoint | angleDelta |
| int | qt4Delta |
| Qt::Orientation | qt4Orientation |
| QPointF | localPos |
| QPointF | globalPos |
| Qt::ScrollPhase | phase |
| Qt::MouseEventSource | source |
| bool | inverted |
| 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 243 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 245 of file qwindowsysteminterface_p.h.
| QPoint QWindowSystemInterfacePrivate::WheelEvent::angleDelta |
Definition at line 251 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::WheelEvent::globalPos |
Definition at line 255 of file qwindowsysteminterface_p.h.
| bool QWindowSystemInterfacePrivate::WheelEvent::inverted |
Definition at line 258 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::WheelEvent::localPos |
Definition at line 254 of file qwindowsysteminterface_p.h.
| Qt::ScrollPhase QWindowSystemInterfacePrivate::WheelEvent::phase |
Definition at line 256 of file qwindowsysteminterface_p.h.
| QPoint QWindowSystemInterfacePrivate::WheelEvent::pixelDelta |
Definition at line 250 of file qwindowsysteminterface_p.h.
| int QWindowSystemInterfacePrivate::WheelEvent::qt4Delta |
Definition at line 252 of file qwindowsysteminterface_p.h.
| Qt::Orientation QWindowSystemInterfacePrivate::WheelEvent::qt4Orientation |
Definition at line 253 of file qwindowsysteminterface_p.h.
| Qt::MouseEventSource QWindowSystemInterfacePrivate::WheelEvent::source |
Definition at line 257 of file qwindowsysteminterface_p.h.