Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickdeliveryagent.cpp File Reference
#include <QtCore/qdebug.h>
#include <QtGui/private/qevent_p.h>
#include <QtGui/private/qeventpoint_p.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/qpa/qplatformtheme.h>
#include <QtQml/private/qabstractanimationjob_p.h>
#include <QtQuick/private/qquickdeliveryagent_p_p.h>
#include <QtQuick/private/qquickhoverhandler_p.h>
#include <QtQuick/private/qquickpointerhandler_p_p.h>
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickprofiler_p.h>
#include <QtQuick/private/qquickrendercontrol_p.h>
#include <QtQuick/private/qquickwindow_p.h>
#include <memory>
#include "moc_qquickdeliveryagent_p.cpp"
+ Include dependency graph for qquickdeliveryagent.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_GUI_EXPORT bool qt_sendShortcutOverrideEvent (QObject *o, ulong timestamp, int k, Qt::KeyboardModifiers mods, const QString &text=QString(), bool autorep=false, ushort count=1)
 
static bool allowSyntheticRightClick ()
 
static bool windowHasFocus (QQuickWindow *win)
 
QDebug operator<< (QDebug debug, const QQuickDeliveryAgent *da)
 

Function Documentation

◆ allowSyntheticRightClick()

static bool allowSyntheticRightClick ( )
static

Definition at line 44 of file qquickdeliveryagent.cpp.

References ok, and qEnvironmentVariableIntValue().

Referenced by QQuickDeliveryAgentPrivate::handleMouseEvent().

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

◆ operator<<()

QDebug operator<< ( QDebug  debug,
const QQuickDeliveryAgent da 
)

Definition at line 2747 of file qquickdeliveryagent.cpp.

References debug, QString::isEmpty(), QObject::objectName, Q_LIKELY, and QQuickDeliveryAgent::rootItem().

+ Here is the call graph for this function:

◆ qt_sendShortcutOverrideEvent()

QT_BEGIN_NAMESPACE Q_GUI_EXPORT bool qt_sendShortcutOverrideEvent ( QObject o,
ulong  timestamp,
int  k,
Qt::KeyboardModifiers  mods,
const QString text = QString(),
bool  autorep = false,
ushort  count = 1 
)

Definition at line 1171 of file qwindowsysteminterface.cpp.

References QGuiApplicationPrivate::instance(), QEvent::isAccepted(), QGuiApplicationPrivate::modifier_buttons, QKeySequence::NoMatch, o, Q_UNUSED, QCoreApplication::sendEvent(), QInputEvent::setTimestamp(), QEvent::ShortcutOverride, QShortcutMap::state(), text, and QShortcutMap::tryShortcut().

Referenced by QQuickDeliveryAgentPrivate::deliverKeyEvent(), QApplication::notify(), and QTest::sendKeyEvent().

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

◆ windowHasFocus()

static bool windowHasFocus ( QQuickWindow win)
inlinestatic

Definition at line 310 of file qquickdeliveryagent.cpp.

References QGuiApplication::focusWindow(), QQuickRenderControlPrivate::isRenderWindowFor(), and win.

Referenced by QQuickDeliveryAgentPrivate::setFocusInScope().

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