![]() |
Qt 4.8
|
#include <qwindowsysteminterface_qpa_p.h>
Classes | |
| class | ActivatedWindowEvent |
| class | CloseEvent |
| class | EnterEvent |
| class | GeometryChangeEvent |
| class | KeyEvent |
| class | LeaveEvent |
| class | LocaleChangeEvent |
| class | MouseEvent |
| class | PlatformPanelEvent |
| class | ScreenAvailableGeometryEvent |
| class | ScreenCountEvent |
| class | ScreenGeometryEvent |
| class | TouchEvent |
| class | UserEvent |
| class | WheelEvent |
| class | WindowStateChangedEvent |
| class | WindowSystemEvent |
Public Types | |
| enum | EventType { Close, GeometryChange, Enter, Leave, ActivatedWindow, WindowStateChanged, Mouse, Wheel, Key, Touch, ScreenGeometry, ScreenAvailableGeometry, ScreenCountChange, LocaleChange, PlatformPanel } |
Static Public Functions | |
| static WindowSystemEvent * | getWindowSystemEvent () |
| static void | queueWindowSystemEvent (WindowSystemEvent *ev) |
| static int | windowSystemEventsQueued () |
Static Public Variables | |
| static QTime | eventTime |
| static QMutex | queueMutex |
| static QList< WindowSystemEvent * > | windowSystemEventQueue |
Definition at line 50 of file qwindowsysteminterface_qpa_p.h.
| Enumerator | |
|---|---|
| Close | |
| GeometryChange | |
| Enter | |
| Leave | |
| ActivatedWindow | |
| WindowStateChanged | |
| Mouse | |
| Wheel | |
| Key | |
| Touch | |
| ScreenGeometry | |
| ScreenAvailableGeometry | |
| ScreenCountChange | |
| LocaleChange | |
| PlatformPanel | |
Definition at line 52 of file qwindowsysteminterface_qpa_p.h.
|
static |
Definition at line 217 of file qwindowsysteminterface_qpa.cpp.
Referenced by QEventDispatcherQPA::processEvents(), sendWindowSystemEvents(), and userEventSourceDispatch().
|
static |
Definition at line 229 of file qwindowsysteminterface_qpa.cpp.
Referenced by QWindowSystemInterface::handleCloseEvent(), QWindowSystemInterface::handleEnterEvent(), QWindowSystemInterface::handleExtendedKeyEvent(), QWindowSystemInterface::handleGeometryChange(), QWindowSystemInterface::handleKeyEvent(), QWindowSystemInterface::handleLeaveEvent(), QWindowSystemInterface::handleLocaleChange(), QWindowSystemInterface::handleMouseEvent(), QWindowSystemInterface::handlePlatformPanelEvent(), QWindowSystemInterface::handleScreenAvailableGeometryChange(), QWindowSystemInterface::handleScreenCountChange(), QWindowSystemInterface::handleScreenGeometryChange(), QWindowSystemInterface::handleTouchEvent(), QWindowSystemInterface::handleWheelEvent(), QWindowSystemInterface::handleWindowActivated(), and QWindowSystemInterface::handleWindowStateChanged().
|
static |
Definition at line 209 of file qwindowsysteminterface_qpa.cpp.
Referenced by QEventDispatcherBlackberryQPA::hasPendingEvents(), QEventDispatcherQPA::hasPendingEvents(), QEventDispatcherQPA::processEvents(), sendWindowSystemEvents(), userEventSourceDispatch(), and userEventSourcePrepare().
|
static |
Definition at line 229 of file qwindowsysteminterface_qpa_p.h.
Referenced by QWindowSystemInterface::handleExtendedKeyEvent(), QWindowSystemInterface::handleKeyEvent(), QWindowSystemInterface::handleMouseEvent(), QWindowSystemInterface::handleTouchEvent(), and QWindowSystemInterface::handleWheelEvent().
|
static |
Definition at line 223 of file qwindowsysteminterface_qpa_p.h.
|
static |
Definition at line 222 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().