(eb4006c38a93f6c1367dba34a183c25458646745)
#include "qquickeventreplayservice.h"
#include <QtQuick/qquickwindow.h>
#include <QtGui/qtguiglobal.h>
#include <QtGui/qtestsupport_gui.h>
#include <QtGui/qwindow.h>
Go to the source code of this file.
|
| QT_BEGIN_NAMESPACE Q_GUI_EXPORT void | qt_handleMouseEvent (QWindow *window, const QPointF &local, const QPointF &global, Qt::MouseButtons state, Qt::MouseButton button, QEvent::Type type, Qt::KeyboardModifiers mods, int timestamp) |
| Q_GUI_EXPORT void | qt_handleKeyEvent (QWindow *w, QEvent::Type t, int k, Qt::KeyboardModifiers mods, const QString &text=QString(), bool autorep=false, ushort count=1) |
| Q_GUI_EXPORT void | qt_handleWheelEvent (QWindow *window, const QPointF &local, const QPointF &global, QPoint pixelDelta, QPoint angleDelta, Qt::KeyboardModifiers mods, Qt::ScrollPhase phase) |
| static QWindow * | targetWindow () |
| static QEvent::Type | eventType (int profilerEventType) |
◆ eventType()
◆ qt_handleKeyEvent()
◆ qt_handleMouseEvent()
◆ qt_handleWheelEvent()
◆ targetWindow()