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
qnsview_keys.mm File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool isSpecialKey (const QString &text)
static bool sendAsShortcut (const KeyEvent &keyEvent, QWindow *window)
QDebug operator<< (QDebug debug, const KeyEvent &e)

Function Documentation

◆ isSpecialKey()

bool isSpecialKey ( const QString & text)
static

Definition at line 22 of file qnsview_keys.mm.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const KeyEvent & e )

Definition at line 349 of file qnsview_keys.mm.

◆ sendAsShortcut()

bool sendAsShortcut ( const KeyEvent & keyEvent,
QWindow * window )
static

Definition at line 34 of file qnsview_keys.mm.