![]() |
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 | |
| ContextMenuEvent (QWindow *w, bool mouseTriggered, const QPoint &pos, const QPoint &globalPos, Qt::KeyboardModifiers modifiers) | |
| Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| WindowSystemEvent (EventType t) | |
| virtual | ~WindowSystemEvent () |
| bool | synthetic () const |
| bool | nullWindow () const |
Public Attributes | |
| QPointer< QWindow > | window |
| bool | mouseTriggered |
| QPoint | pos |
| QPoint | globalPos |
| Qt::KeyboardModifiers | modifiers |
| 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 413 of file qwindowsysteminterface_p.h.
|
inlineexplicit |
Definition at line 415 of file qwindowsysteminterface_p.h.
| QPoint QWindowSystemInterfacePrivate::ContextMenuEvent::globalPos |
Definition at line 422 of file qwindowsysteminterface_p.h.
| Qt::KeyboardModifiers QWindowSystemInterfacePrivate::ContextMenuEvent::modifiers |
Definition at line 423 of file qwindowsysteminterface_p.h.
| bool QWindowSystemInterfacePrivate::ContextMenuEvent::mouseTriggered |
Definition at line 420 of file qwindowsysteminterface_p.h.
| QPoint QWindowSystemInterfacePrivate::ContextMenuEvent::pos |
Definition at line 421 of file qwindowsysteminterface_p.h.
Definition at line 419 of file qwindowsysteminterface_p.h.