![]() |
Qt 6.x
The Qt SDK
|
#include "private/qgesturemanager_p.h"
#include "private/qstandardgestures_p.h"
#include "private/qwidget_p.h"
#include "private/qgesture_p.h"
#include "private/qevent_p.h"
#include "private/qapplication_p.h"
#include "private/qwidgetwindow_p.h"
#include "qgesture.h"
#include "qevent.h"
#include "qdebug.h"
#include <QtCore/QLoggingCategory>
#include <QtCore/QVarLengthArray>
#include "moc_qgesturemanager_p.cpp"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE int | panTouchPoints () |
static bool | logIgnoredEvent (QEvent::Type t) |
|
static |
Definition at line 193 of file qgesturemanager.cpp.
References QEvent::GraphicsSceneMouseDoubleClick, QEvent::GraphicsSceneMouseMove, QEvent::GraphicsSceneMousePress, QEvent::GraphicsSceneMouseRelease, QEvent::MouseButtonDblClick, QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseMove, QEvent::TabletEnterProximity, QEvent::TabletLeaveProximity, QEvent::TabletMove, QEvent::TabletPress, QEvent::TabletRelease, QEvent::TouchBegin, QEvent::TouchCancel, QEvent::TouchEnd, and QEvent::TouchUpdate.
Referenced by QGestureManager::filterEventThroughContexts().
|
inlinestatic |
Definition at line 33 of file qgesturemanager.cpp.
References ok, qEnvironmentVariableIntValue(), qEnvironmentVariableIsSet(), and qWarning.
Referenced by QGestureManager::QGestureManager().