Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickeventreplayservice.cpp File Reference

(eb4006c38a93f6c1367dba34a183c25458646745)

#include "qquickeventreplayservice.h"
#include <QtQuick/qquickwindow.h>
#include <QtGui/qtguiglobal.h>
#include <QtGui/qtestsupport_gui.h>
#include <QtGui/qwindow.h>
Include dependency graph for qquickeventreplayservice.cpp:

Go to the source code of this file.

Functions

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 QWindowtargetWindow ()
static QEvent::Type eventType (int profilerEventType)

Function Documentation

◆ eventType()

QEvent::Type eventType ( int profilerEventType)
static

Definition at line 111 of file qquickeventreplayservice.cpp.

◆ qt_handleKeyEvent()

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 )

Definition at line 1167 of file qwindowsysteminterface.cpp.

◆ qt_handleMouseEvent()

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 )

Definition at line 1154 of file qwindowsysteminterface.cpp.

◆ qt_handleWheelEvent()

Q_GUI_EXPORT void qt_handleWheelEvent ( QWindow * window,
const QPointF & local,
const QPointF & global,
QPoint pixelDelta,
QPoint angleDelta,
Qt::KeyboardModifiers mods,
Qt::ScrollPhase phase )

Definition at line 1216 of file qwindowsysteminterface.cpp.

◆ targetWindow()

QWindow * targetWindow ( )
static

Definition at line 65 of file qquickeventreplayservice.cpp.