![]() |
Qt 6.x
The Qt SDK
|
#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>
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") |
|
static |
Definition at line 79 of file qcocoaapplication.mm.
References q_macLocalEventType, qApp, and qt_sendPostedMessage().
|
static |
Definition at line 98 of file qcocoaapplication.mm.
QT_BEGIN_NAMESPACE void qt_redirectNSApplicationSendEvent | ( | ) |
Definition at line 149 of file qcocoaapplication.mm.
References Qt::AA_PluginApplication, qt_cocoa_change_implementation(), QT_MANGLE_NAMESPACE, and QCoreApplication::testAttribute().
Referenced by QCocoaIntegration::QCocoaIntegration().
void qt_resetNSApplicationSendEvent | ( | ) |
Definition at line 175 of file qcocoaapplication.mm.
References Qt::AA_PluginApplication, qt_cocoa_change_back_implementation(), QT_MANGLE_NAMESPACE, and QCoreApplication::testAttribute().
Referenced by QCocoaIntegration::~QCocoaIntegration().
|
static |
Definition at line 51 of file qcocoaapplication.mm.
Referenced by qt_filterEvent().
|
static |
Definition at line 77 of file qcocoaapplication.mm.
Referenced by qt_filterEvent().