![]() |
Qt 6.x
The Qt SDK
|
#include "qiosglobal.h"
#include "qiosapplicationdelegate.h"
#include "qiosviewcontroller.h"
#include "qiosscreen.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") | |
Q_LOGGING_CATEGORY (lcQpaWindow, "qt.qpa.window") | |
bool | isQtApplication () |
Qt::ScreenOrientation | toQtScreenOrientation (UIDeviceOrientation uiDeviceOrientation) |
UIDeviceOrientation | fromQtScreenOrientation (Qt::ScreenOrientation qtOrientation) |
int | infoPlistValue (NSString *key, int defaultValue) |
UIDeviceOrientation fromQtScreenOrientation | ( | Qt::ScreenOrientation | qtOrientation | ) |
Definition at line 58 of file qiosglobal.mm.
References Qt::InvertedLandscapeOrientation, Qt::InvertedPortraitOrientation, Qt::LandscapeOrientation, Qt::PortraitOrientation, and Qt::PrimaryOrientation.
int infoPlistValue | ( | NSString * | key, |
int | defaultValue | ||
) |
Definition at line 81 of file qiosglobal.mm.
References bundle.
Referenced by qt_main_wrapper().
bool isQtApplication | ( | ) |
Definition at line 17 of file qiosglobal.mm.
References qt_apple_isApplicationExtension(), and qt_apple_sharedApplication().
Referenced by QIOSEventDispatcher::create(), QIOSWindow::setParent(), and QIOSWindow::setVisible().
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaApplication | , |
"qt.qpa.application" | |||
) |
Q_LOGGING_CATEGORY | ( | lcQpaInputMethods | , |
"qt.qpa.input.methods" | |||
) |
Q_LOGGING_CATEGORY | ( | lcQpaWindow | , |
"qt.qpa.window" | |||
) |
Qt::ScreenOrientation toQtScreenOrientation | ( | UIDeviceOrientation | uiDeviceOrientation | ) |
Definition at line 33 of file qiosglobal.mm.
References Qt::InvertedLandscapeOrientation, Qt::InvertedPortraitOrientation, Qt::LandscapeOrientation, Qt::PortraitOrientation, and qWarning.
Referenced by QIOSScreen::orientation(), and QIOSScreen::updateProperties().