![]() |
Qt 6.x
The Qt SDK
|
#import <UIKit/UIKit.h>#include <QtCore/QtCore>
Include dependency graph for qiosglobal.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| category | UIResponder(QtFirstResponder) |
| class | FirstResponderCandidate |
Macros | |
| #define | qImDebug |
Functions | |
| QT_BEGIN_NAMESPACE | Q_DECLARE_LOGGING_CATEGORY (lcQpaApplication) |
| Q_DECLARE_LOGGING_CATEGORY (lcQpaInputMethods) | |
| Q_DECLARE_LOGGING_CATEGORY (lcQpaWindow) | |
| bool | isQtApplication () |
| Qt::ScreenOrientation | toQtScreenOrientation (UIDeviceOrientation uiDeviceOrientation) |
| UIDeviceOrientation | fromQtScreenOrientation (Qt::ScreenOrientation qtOrientation) |
| int | infoPlistValue (NSString *key, int defaultValue) |
| #define qImDebug |
Definition at line 19 of file qiosglobal.h.
| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY | ( | lcQpaApplication | ) |
| Q_DECLARE_LOGGING_CATEGORY | ( | lcQpaInputMethods | ) |
| Q_DECLARE_LOGGING_CATEGORY | ( | lcQpaWindow | ) |
| 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().
Here is the caller graph for this function: