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

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#include <AppKit/AppKit.h>
#include "qcocoaapplication.h"
#include "qcocoaintrospection.h"
#include "qcocoaapplicationdelegate.h"
#include "qcocoahelpers.h"
#include "qcocoawindow.h"
#include <qguiapplication.h>
#include <qdebug.h>
Include dependency graph for qcocoaapplication.mm:

Go to the source code of this file.

Functions

static QT_USE_NAMESPACE void qt_sendPostedMessage (NSEvent *event)
static bool qt_filterEvent (NSEvent *event)
static void qt_maybeSendKeyEquivalentUpEvent (NSEvent *event)
QT_BEGIN_NAMESPACE void qt_redirectNSApplicationSendEvent ()
void qt_resetNSApplicationSendEvent ()

Variables

static const QByteArray q_macLocalEventType = QByteArrayLiteral("mac_generic_NSEvent")

Function Documentation

◆ qt_filterEvent()

bool qt_filterEvent ( NSEvent * event)
static

Definition at line 47 of file qcocoaapplication.mm.

◆ qt_maybeSendKeyEquivalentUpEvent()

void qt_maybeSendKeyEquivalentUpEvent ( NSEvent * event)
static

Definition at line 66 of file qcocoaapplication.mm.

◆ qt_redirectNSApplicationSendEvent()

QT_BEGIN_NAMESPACE void qt_redirectNSApplicationSendEvent ( )

Definition at line 117 of file qcocoaapplication.mm.

◆ qt_resetNSApplicationSendEvent()

void qt_resetNSApplicationSendEvent ( )

Definition at line 143 of file qcocoaapplication.mm.

◆ qt_sendPostedMessage()

QT_USE_NAMESPACE void qt_sendPostedMessage ( NSEvent * event)
static

Definition at line 19 of file qcocoaapplication.mm.

Variable Documentation

◆ q_macLocalEventType

const QByteArray q_macLocalEventType = QByteArrayLiteral("mac_generic_NSEvent")
static

Definition at line 45 of file qcocoaapplication.mm.