![]() |
Qt 6.x
The Qt SDK
|
#include "qqnxglobal.h"
#include "qqnxscreeneventhandler.h"
#include "qqnxscreeneventthread.h"
#include "qqnxintegration.h"
#include "qqnxkeytranslator.h"
#include "qqnxscreen.h"
#include "qqnxscreeneventfilter.h"
#include "qqnxscreentraits.h"
#include <QDebug>
#include <QGuiApplication>
#include <errno.h>
#include <sys/keycodes.h>
#include "moc_qqnxscreeneventhandler.cpp"
Go to the source code of this file.
Macros | |
#define | qScreenEventDebug QT_NO_QDEBUG_MACRO |
Functions | |
static int | qtKey (int virtualKey, QChar::Category category) |
static QString | keyString (int sym, QChar::Category category) |
static QString | capKeyString (int cap, int modifiers, int key) |
template<typename T > | |
static void | finishCloseEvent (screen_event_t event) |
static void | finishCloseEvent (screen_event_t event) |
#define qScreenEventDebug QT_NO_QDEBUG_MACRO |
Definition at line 23 of file qqnxscreeneventhandler.cpp.
|
static |
Definition at line 47 of file qqnxscreeneventhandler.cpp.
Referenced by QQnxScreenEventHandler::injectKeyboardEvent().
|
static |
Definition at line 57 of file qqnxscreeneventhandler.cpp.
|
static |
Definition at line 66 of file qqnxscreeneventhandler.cpp.
|
static |
Definition at line 36 of file qqnxscreeneventhandler.cpp.
References category(), QChar::fromUcs4(), keyStringForPrivateUseQnxKey(), QChar::Other_NotAssigned, QChar::Other_PrivateUse, and Q_UNLIKELY.
Referenced by QWasmLocalStorageSettingsPrivate::children(), QWasmLocalStorageSettingsPrivate::get(), QQnxScreenEventHandler::injectKeyboardEvent(), QWasmLocalStorageSettingsPrivate::remove(), and QWasmLocalStorageSettingsPrivate::set().
|
static |
Definition at line 26 of file qqnxscreeneventhandler.cpp.
References category(), QChar::Other_NotAssigned, QChar::Other_PrivateUse, Q_UNLIKELY, qtKeyForPrivateUseQnxKey(), and QChar::toUpper().