![]() |
Qt 6.x
The Qt SDK
|
#include <private/qcore_mac_p.h>#include <new>#include <execinfo.h>#include <dlfcn.h>#include <cxxabi.h>#include <objc/runtime.h>#include <mach-o/dyld.h>#include <sys/sysctl.h>#include <spawn.h>#include <qdebug.h>#include "qendian.h"#include "qhash.h"#include "qpair.h"#include "qmutex.h"#include "qvarlengtharray.h"#include "private/qlocking_p.h"#include <thread>
Include dependency graph for qcore_mac.mm:Go to the source code of this file.
Macros | |
| #define | QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE(CFType) __attribute__((weak)) Q_DECLARE_QDEBUG_OPERATOR_FOR_CF_TYPE(CFType) |
Typedefs | |
| typedef uint32_t | csr_config_t |
| #define QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE | ( | CFType | ) | __attribute__((weak)) Q_DECLARE_QDEBUG_OPERATOR_FOR_CF_TYPE(CFType) |
Definition at line 223 of file qcore_mac.mm.
| typedef uint32_t csr_config_t |
Definition at line 39 of file qcore_mac.mm.
| int csr_get_active_config | ( | csr_config_t * | ) |
|
static |
Definition at line 56 of file qcore_mac.mm.
References Q_UNUSED.
Referenced by QMacAutoReleasePool::~QMacAutoReleasePool().
Here is the caller graph for this function:| QT_END_NAMESPACE QT_USE_NAMESPACE void * objc_autoreleasePoolPush | ( | void | ) |
Definition at line 208 of file qcore_mac.mm.
Definition at line 199 of file qcore_mac.mm.
Definition at line 178 of file qcore_mac.mm.
Definition at line 315 of file qcore_mac.mm.
References debug.
| QDebug operator<< | ( | QDebug | debug, |
| const QMacAutoReleasePool * | pool | ||
| ) |
Definition at line 307 of file qcore_mac.mm.
| Q_CONSTRUCTOR_FUNCTION | ( | initializeStandardUserDefaults | ) |
| Q_CONSTRUCTOR_FUNCTION | ( | qt_apple_check_os_version | ) |
| QT_BEGIN_NAMESPACE void qt_apple_check_os_version | ( | ) |
Definition at line 561 of file qcore_mac.mm.
References QOperatingSystemVersion::current(), and QOperatingSystemVersion::version().
Here is the call graph for this function:| bool qt_apple_isApplicationExtension | ( | ) |
Definition at line 423 of file qcore_mac.mm.
Referenced by QIOSApplicationState::QIOSApplicationState(), QIOSIntegration::QIOSIntegration(), QIOSScreen::QIOSScreen(), QIOSTextInputOverlay::QIOSTextInputOverlay(), isQtApplication(), QIOSServices::openUrl(), QIOSScreen::orientation(), qRegisterApplicationStateNotifications(), qt_apple_sharedApplication(), QIOSScreen::updateProperties(), and QIOSTheme::usePlatformNativeDialog().
Here is the caller graph for this function:| bool qt_apple_isSandboxed | ( | ) |
Definition at line 498 of file qcore_mac.mm.
| AppleApplication * qt_apple_sharedApplication | ( | ) |
Definition at line 430 of file qcore_mac.mm.
References qt_apple_isApplicationExtension(), and qWarning.
Referenced by QIOSApplicationState::QIOSApplicationState(), QIOSIntegration::QIOSIntegration(), QIOSScreen::QIOSScreen(), QIOSTheme::colorScheme(), isQtApplication(), QIOSServices::openUrl(), QIOSScreen::orientation(), qRegisterApplicationStateNotifications(), QIOSColorDialog::show(), QIOSFontDialog::show(), QIOSMessageDialog::show(), and QIOSScreen::updateProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| QT_FOR_EACH_CORE_FOUNDATION_TYPE | ( | QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE | ) |
| QT_FOR_EACH_CORE_GRAPHICS_TYPE | ( | QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE | ) |
| QT_FOR_EACH_MUTABLE_CORE_FOUNDATION_TYPE | ( | QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE | ) |
| QT_FOR_EACH_MUTABLE_CORE_GRAPHICS_TYPE | ( | QT_DECLARE_WEAK_QDEBUG_OPERATOR_FOR_CF_TYPE | ) |