Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiosglobal.mm File Reference
#include "qiosglobal.h"
#include "qiosapplicationdelegate.h"
#include "qiosviewcontroller.h"
#include "qiosscreen.h"
#include <QtCore/private/qcore_mac_p.h>
+ Include dependency graph for qiosglobal.mm:

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)
 

Function Documentation

◆ fromQtScreenOrientation()

UIDeviceOrientation fromQtScreenOrientation ( Qt::ScreenOrientation  qtOrientation)

◆ infoPlistValue()

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:

◆ isQtApplication()

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:

◆ Q_LOGGING_CATEGORY() [1/3]

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaApplication  ,
"qt.qpa.application"   
)

◆ Q_LOGGING_CATEGORY() [2/3]

Q_LOGGING_CATEGORY ( lcQpaInputMethods  ,
"qt.qpa.input.methods"   
)

◆ Q_LOGGING_CATEGORY() [3/3]

Q_LOGGING_CATEGORY ( lcQpaWindow  ,
"qt.qpa.window"   
)

◆ toQtScreenOrientation()

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: