![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Inheritance diagram for QWindowSystemInterfacePrivate::MouseEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::MouseEvent:Public Attributes | |
| QPointF | localPos |
| QPointF | globalPos |
| Qt::MouseButtons | buttons |
| Qt::MouseEventSource | source |
| bool | nonClientArea |
| Qt::MouseButton | button |
| QEvent::Type | buttonType |
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 221 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 223 of file qwindowsysteminterface_p.h.
| Qt::MouseButton QWindowSystemInterfacePrivate::MouseEvent::button |
Definition at line 236 of file qwindowsysteminterface_p.h.
| Qt::MouseButtons QWindowSystemInterfacePrivate::MouseEvent::buttons |
Definition at line 233 of file qwindowsysteminterface_p.h.
| QEvent::Type QWindowSystemInterfacePrivate::MouseEvent::buttonType |
Definition at line 237 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::MouseEvent::globalPos |
Definition at line 232 of file qwindowsysteminterface_p.h.
| QPointF QWindowSystemInterfacePrivate::MouseEvent::localPos |
Definition at line 231 of file qwindowsysteminterface_p.h.
| bool QWindowSystemInterfacePrivate::MouseEvent::nonClientArea |
Definition at line 235 of file qwindowsysteminterface_p.h.
| Qt::MouseEventSource QWindowSystemInterfacePrivate::MouseEvent::source |
Definition at line 234 of file qwindowsysteminterface_p.h.