![]() |
Qt 6.x
The Qt SDK
|
#include <AppKit/AppKit.h>#include "qcocoaintegration.h"#include "qcocoawindow.h"#include "qcocoabackingstore.h"#include "qcocoanativeinterface.h"#include "qcocoamenuloader.h"#include "qcocoaeventdispatcher.h"#include "qcocoahelpers.h"#include "qcocoaapplication.h"#include "qcocoaapplicationdelegate.h"#include "qcocoatheme.h"#include "qcocoainputcontext.h"#include "qcocoamimetypes.h"#include "qcocoaaccessibility.h"#include "qcocoascreen.h"#include "qcocoawindowmanager.h"#include <qpa/qplatforminputcontextfactory_p.h>#include <qpa/qplatformaccessibility.h>#include <qpa/qplatformoffscreensurface.h>#include <QtCore/qcoreapplication.h>#include <QtGui/qpointingdevice.h>#include <QtCore/private/qcore_mac_p.h>#include <QtGui/private/qcoregraphics_p.h>#include <QtGui/private/qmacmimeregistry_p.h>#include <QtGui/private/qopenglcontext_p.h>#include <QtGui/private/qrhibackingstore_p.h>#include <QtGui/private/qfontengine_coretext_p.h>#include <IOKit/graphics/IOGraphicsLib.h>#include <inttypes.h>#include "moc_qcocoaintegration.cpp"
Include dependency graph for qcocoaintegration.mm:Go to the source code of this file.
Classes | |
| class | QCocoaOffscreenSurface |
Functions | |
| static void | initResources () |
| Q_LOGGING_CATEGORY (lcQpa, "qt.qpa", QtWarningMsg) | |
| static void | logVersionInformation () |
| static QCocoaIntegration::Options | parseOptions (const QStringList ¶mList) |
|
static |
Definition at line 46 of file qcocoaintegration.mm.
References Q_INIT_RESOURCE.
|
static |
Definition at line 57 of file qcocoaintegration.mm.
References QMacVersion::ApplicationBinary, QMacVersion::buildSDK(), QMacVersion::currentRuntime(), QMacVersion::deploymentTarget(), qCInfo, and QMacVersion::QtLibraries.
Referenced by QCocoaIntegration::QCocoaIntegration().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 84 of file qcocoaintegration.mm.
References qWarning, and QCocoaIntegration::UseFreeTypeFontEngine.
| Q_LOGGING_CATEGORY | ( | lcQpa | , |
| "qt.qpa" | , | ||
| QtWarningMsg | |||
| ) |