![]() |
Qt 6.x
The Qt SDK
|
#include <AppKit/AppKit.h>
#include "qcocoaeventdispatcher.h"
#include "qcocoawindow.h"
#include "qcocoahelpers.h"
#include <QtGui/qevent.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtCore/qmutex.h>
#include <QtCore/qscopeguard.h>
#include <QtCore/qsocketnotifier.h>
#include <QtCore/private/qthread_p.h>
#include <QtCore/private/qcore_mac_p.h>
#include <qpa/qplatformwindow.h>
#include <qpa/qplatformnativeinterface.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcEventDispatcher, "qt.eventdispatcher") |
static CFRunLoopRef | mainRunLoop () |
static Boolean | runLoopSourceEqualCallback (const void *info1, const void *info2) |
static bool | isUserInputEvent (NSEvent *event) |
static void | qt_mac_waitForMoreEvents (NSString *runLoopMode=NSDefaultRunLoopMode) |
void | qt_mac_maybeCancelWaitForMoreEventsForwarder (QAbstractEventDispatcher *eventDispatcher) |
|
static |
Definition at line 265 of file qcocoaeventdispatcher.mm.
Referenced by QCocoaEventDispatcher::processEvents().
|
inlinestatic |
Definition at line 63 of file qcocoaeventdispatcher.mm.
Referenced by QCocoaEventDispatcher::QCocoaEventDispatcher(), QCocoaEventDispatcher::~QCocoaEventDispatcher(), QCocoaEventDispatcherPrivate::ensureNSAppInitialized(), QCocoaEventDispatcherPrivate::maybeStartCFRunLoopTimer(), and QCocoaEventDispatcher::wakeUp().
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcEventDispatcher | , |
"qt.eventdispatcher" | |||
) |
void qt_mac_maybeCancelWaitForMoreEventsForwarder | ( | QAbstractEventDispatcher * | eventDispatcher | ) |
Definition at line 779 of file qcocoaeventdispatcher.mm.
|
inlinestatic |
Definition at line 303 of file qcocoaeventdispatcher.mm.
Referenced by QCocoaEventDispatcher::processEvents().
Definition at line 68 of file qcocoaeventdispatcher.mm.
Referenced by QCocoaEventDispatcher::QCocoaEventDispatcher().