Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnsview_keys.mm File Reference

(285294b684ac973efcf2c8ff92b427db3fb75948)

+ 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.

References QString::at(), QString::length(), and text.

+ Here is the call graph for this function:

◆ operator<<()

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

Definition at line 327 of file qnsview_keys.mm.

References debug, KeyEvent::key, KeyEvent::modifiers, KeyEvent::text, and Event::type.

◆ sendAsShortcut()

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

Definition at line 33 of file qnsview_keys.mm.

References qCDebug, QEvent::Shortcut, Event::type, and window().

+ Here is the call graph for this function: