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

(327cfd55b12500287441d477e77fd7958e12b41d)

+ 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()

static bool isSpecialKey ( const QString & text)
static

Definition at line 21 of file qnsview_keys.mm.

◆ operator<<()

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

Definition at line 346 of file qnsview_keys.mm.

◆ sendAsShortcut()

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

Definition at line 33 of file qnsview_keys.mm.