#include <AppKit/AppKit.h>
#include <QuartzCore/QuartzCore.h>
#include "qcocoawindow.h"
#include "qcocoaintegration.h"
#include "qcocoascreen.h"
#include "qnswindowdelegate.h"
#include "qcocoaeventdispatcher.h"
#include "qcocoaglcontext.h"
#include "qcocoahelpers.h"
#include "qcocoanativeinterface.h"
#include "qnsview.h"
#include "qnswindow.h"
#include <QtCore/qfileinfo.h>
#include <QtCore/private/qcore_mac_p.h>
#include <qwindow.h>
#include <private/qwindow_p.h>
#include <qpa/qwindowsysteminterface.h>
#include <qpa/qplatformscreen.h>
#include <QtGui/private/qcoregraphics_p.h>
#include <QtGui/private/qhighdpiscaling_p.h>
#include <QDebug>
#include <vector>
#include "moc_qcocoawindow.cpp"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
defaultWindowWidth | |
defaultWindowHeight | |
Definition at line 34 of file qcocoawindow.mm.
◆ operator<<()
◆ Q_LOGGING_CATEGORY()
Q_LOGGING_CATEGORY |
( |
lcCocoaNotifications |
, |
|
|
"qt.qpa.cocoa.notifications" |
|
|
) |
| |
◆ qRegisterNotificationCallbacks()
static void qRegisterNotificationCallbacks |
( |
| ) |
|
|
static |
Definition at line 41 of file qcocoawindow.mm.
References QGuiApplication::allWindows(), Qt::DirectConnection, QString::fromLatin1(), i, QVarLengthArray< T, Prealloc >::isEmpty(), metaObject(), QMetaType::metaObject(), method, QString::mid(), Q_ASSERT, Q_NOTIFICATION_PREFIX, qCDebug, qCWarning, qnsview_cast(), qPrintable, queue, QLatin1StringView::size(), QString::startsWith(), and window().
◆ QCocoaWindowWillReleaseQNSViewNotification
const NSNotificationName QCocoaWindowWillReleaseQNSViewNotification = @"@"QCocoaWindowWillReleaseQNSViewNotification" |