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

(8ee755a2c81ba8e695a2c7c3abb4a3f4748ab93f)

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 352 of file qnsview_keys.mm.

◆ sendAsShortcut()

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

Definition at line 34 of file qnsview_keys.mm.