![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qiosglobal.h"
#include "qiosapplicationdelegate.h"
#include "qiosviewcontroller.h"
#include "qiosscreen.h"
#include "quiwindow.h"
#include "qioseventdispatcher.h"
#include <QtCore/private/qcore_mac_p.h>
Go to the source code of this file.
Classes | |
class | QtFirstResponderEvent |
Functions | |
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaApplication, "qt.qpa.application") |
Q_LOGGING_CATEGORY (lcQpaInputMethods, "qt.qpa.input.methods", QtCriticalMsg) | |
Q_LOGGING_CATEGORY (lcQpaWindow, "qt.qpa.window") | |
Q_LOGGING_CATEGORY (lcQpaWindowScene, "qt.qpa.window.scene") | |
bool | isQtApplication () |
bool | isRunningOnVisionOS () |
Qt::ScreenOrientation | toQtScreenOrientation (UIDeviceOrientation uiDeviceOrientation) |
UIDeviceOrientation | fromQtScreenOrientation (Qt::ScreenOrientation qtOrientation) |
int | infoPlistValue (NSString *key, int defaultValue) |
UIWindow * | presentationWindow (QWindow *window) |
UIView * | rootViewForScreen (const QPlatformScreen *screen) |
UIDeviceOrientation fromQtScreenOrientation | ( | Qt::ScreenOrientation | qtOrientation | ) |
Definition at line 67 of file qiosglobal.mm.
int infoPlistValue | ( | NSString * | key, |
int | defaultValue ) |
Definition at line 90 of file qiosglobal.mm.
bool isQtApplication | ( | ) |
Definition at line 21 of file qiosglobal.mm.
Referenced by QIOSWindow::setVisible().
bool isRunningOnVisionOS | ( | ) |
Definition at line 32 of file qiosglobal.mm.
Referenced by QIOSWindow::setWindowState().
UIWindow * presentationWindow | ( | QWindow * | window | ) |
Definition at line 97 of file qiosglobal.mm.
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaApplication | , |
"qt.qpa.application" | ) |
Q_LOGGING_CATEGORY | ( | lcQpaInputMethods | , |
"qt.qpa.input.methods" | , | ||
QtCriticalMsg | ) |
Q_LOGGING_CATEGORY | ( | lcQpaWindow | , |
"qt.qpa.window" | ) |
Q_LOGGING_CATEGORY | ( | lcQpaWindowScene | , |
"qt.qpa.window.scene" | ) |
UIView * rootViewForScreen | ( | const QPlatformScreen * | screen | ) |
Definition at line 112 of file qiosglobal.mm.
Qt::ScreenOrientation toQtScreenOrientation | ( | UIDeviceOrientation | uiDeviceOrientation | ) |
Definition at line 42 of file qiosglobal.mm.