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

(1e10ede244b70455201df1c459b9586f3c015552)

#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"
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 47 of file qqnxscreeneventhandler.cpp.

◆ finishCloseEvent() [1/2]

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

Definition at line 57 of file qqnxscreeneventhandler.cpp.

◆ finishCloseEvent() [2/2]

void finishCloseEvent ( screen_event_t event)
static

Definition at line 66 of file qqnxscreeneventhandler.cpp.

◆ keyString()

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

Definition at line 36 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 26 of file qqnxscreeneventhandler.cpp.

References qtKeyForPrivateUseQnxKey().

Here is the call graph for this function: