Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiosscreen.mm File Reference

(9f618f120c5eb715ec9cbf9120bcb0daf5a97912)

#include "qiosglobal.h"
#include "qiosintegration.h"
#include "qiosscreen.h"
#include "qioswindow.h"
#include <qpa/qwindowsysteminterface.h>
#include "qiosapplicationdelegate.h"
#include "qiosviewcontroller.h"
#include "quiview.h"
#include "qiostheme.h"
#include "quiwindow.h"
#include <QtCore/private/qcore_mac_p.h>
#include <QtGui/qpointingdevice.h>
#include <QtGui/private/qwindow_p.h>
#include <QtGui/private/qguiapplication_p.h>
#include <private/qcoregraphics_p.h>
#include <sys/sysctl.h>
#include "moc_qiosscreen.cpp"
Include dependency graph for qiosscreen.mm:

Go to the source code of this file.

Classes

class  QIOSScreenTracker

Typedefs

typedef void(^ DisplayLinkBlock) (CADisplayLink *displayLink)

Functions

static QIOSScreenqtPlatformScreenFor (UIScreen *uiScreen)
static QString deviceModelIdentifier ()
 Returns the model identifier of the device.

Typedef Documentation

◆ DisplayLinkBlock

typedef void(^ DisplayLinkBlock) (CADisplayLink *displayLink)

Definition at line 30 of file qiosscreen.mm.

Function Documentation

◆ deviceModelIdentifier()

QString deviceModelIdentifier ( )
static

Returns the model identifier of the device.

Definition at line 123 of file qiosscreen.mm.

◆ qtPlatformScreenFor()

QIOSScreen * qtPlatformScreenFor ( UIScreen * uiScreen)
static

Definition at line 52 of file qiosscreen.mm.