Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtestwheel.h File Reference

(173adf4fbf23d2a057d592df7c168d83165b6081)

#include <QtTest/qttestglobal.h>
#include <QtTest/qtestassert.h>
#include <QtTest/qtestsystem.h>
#include <QtTest/qtestspontaneevent.h>
#include <QtCore/qpoint.h>
#include <QtCore/qstring.h>
#include <QtCore/qpointer.h>
#include <QtGui/qevent.h>
#include <QtGui/qwindow.h>
#include <QtCore/QDebug>
+ Include dependency graph for qtestwheel.h:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]
 

Functions

QT_BEGIN_NAMESPACE 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 void QTest::wheelEvent (QWindow *window, QPointF pos, QPoint angleDelta, QPoint pixelDelta=QPoint(0, 0), Qt::KeyboardModifiers stateKey=Qt::NoModifier, Qt::ScrollPhase phase=Qt::NoScrollPhase)
 

Function Documentation

◆ qt_handleWheelEvent()

QT_BEGIN_NAMESPACE 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 1213 of file qwindowsysteminterface.cpp.

References global, QWindowSystemInterface::handleWheelEvent(), and window().

Referenced by QTest::wheelEvent().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: