Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiosglobal.h File Reference
#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)
 

Macro Definition Documentation

◆ qImDebug

#define qImDebug
Value:
for (bool qt_category_enabled = lcQpaInputMethods().isDebugEnabled(); qt_category_enabled; qt_category_enabled = false) \
\inmodule QtCore
Definition qlogging.h:68
void debug(const char *msg,...) const Q_ATTRIBUTE_FORMAT_PRINTF(2
Logs a debug message specified with format msg.
Definition qlogging.cpp:385
#define QT_MESSAGELOG_FUNC
Definition qlogging.h:153
#define QT_MESSAGELOG_FILE
Definition qlogging.h:151
#define QT_MESSAGELOG_LINE
Definition qlogging.h:152

Definition at line 19 of file qiosglobal.h.

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_DECLARE_LOGGING_CATEGORY() [1/3]

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcQpaApplication  )

◆ Q_DECLARE_LOGGING_CATEGORY() [2/3]

Q_DECLARE_LOGGING_CATEGORY ( lcQpaInputMethods  )

◆ Q_DECLARE_LOGGING_CATEGORY() [3/3]

Q_DECLARE_LOGGING_CATEGORY ( lcQpaWindow  )

◆ 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: