Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qkeymapper.cpp File Reference
#include "qguiapplication.h"
#include <private/qobject_p.h>
#include "qkeymapper_p.h"
#include <private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
#include "moc_qkeymapper_p.cpp"
+ Include dependency graph for qkeymapper.cpp:

Go to the source code of this file.

Functions

static QList< int > extractKeyFromEvent (QKeyEvent *e)
 
bool qt_sendSpontaneousEvent (QObject *receiver, QEvent *event)
 
QKeyMapperPrivateqt_keymapper_private ()
 

Function Documentation

◆ extractKeyFromEvent()

static QList< int > extractKeyFromEvent ( QKeyEvent e)
static

Definition at line 38 of file qkeymapper.cpp.

References e, and Qt::Key_unknown.

Referenced by QKeyMapperPrivate::possibleKeys().

+ Here is the caller graph for this function:

◆ qt_keymapper_private()

QKeyMapperPrivate * qt_keymapper_private ( )

Definition at line 78 of file qkeymapper.cpp.

Referenced by QPlatformInputContext::inputDirection(), and QPlatformInputContext::locale().

+ Here is the caller graph for this function:

◆ qt_sendSpontaneousEvent()

bool qt_sendSpontaneousEvent ( QObject receiver,
QEvent event 
)
related

Referenced by QKeyMapper::changeKeyboard(), QGraphicsView::mouseDoubleClickEvent(), QGraphicsViewPrivate::mouseMoveEventHandler(), QGraphicsView::mousePressEvent(), QGraphicsView::mouseReleaseEvent(), QGraphicsScenePrivate::sendEvent(), and QScrollerPrivate::sendEvent().

+ Here is the caller graph for this function: