Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqnxscreeneventhandler.cpp File Reference

(2c332f650812283fba6ad324453895140d7f73a6)

#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 "qqnxwindow.h"
#include <QDebug>
#include <QGuiApplication>
#include <errno.h>
#include <sys/keycodes.h>
#include "moc_qqnxscreeneventhandler.cpp"
Include dependency graph for qqnxscreeneventhandler.cpp:

Go to the source code of this file.

Functions

 Q_LOGGING_CATEGORY (lcQpaScreenEvents, "qt.qpa.screen.events")
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)

Function Documentation

◆ capKeyString()

QString capKeyString ( int cap,
int modifiers,
int key )
static

Definition at line 50 of file qqnxscreeneventhandler.cpp.

◆ finishCloseEvent() [1/2]

void finishCloseEvent ( screen_event_t event)
static

Definition at line 69 of file qqnxscreeneventhandler.cpp.

◆ finishCloseEvent() [2/2]

template<typename T>
void finishCloseEvent ( screen_event_t event)
static

Definition at line 60 of file qqnxscreeneventhandler.cpp.

◆ keyString()

QString keyString ( int sym,
QChar::Category category )
static

Definition at line 39 of file qqnxscreeneventhandler.cpp.

◆ Q_LOGGING_CATEGORY()

Q_LOGGING_CATEGORY ( lcQpaScreenEvents ,
"qt.qpa.screen.events"  )

◆ qtKey()

int qtKey ( int virtualKey,
QChar::Category category )
static

Definition at line 29 of file qqnxscreeneventhandler.cpp.

References qtKeyForPrivateUseQnxKey().

Here is the call graph for this function: