![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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) |
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 1212 of file qwindowsysteminterface.cpp.