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
QScreenData Struct Reference

#include <qscreen_p.h>

Inheritance diagram for QScreenData:
Collaboration diagram for QScreenData:

Public Attributes

QPlatformScreenplatformScreen = nullptr
Qt::ScreenOrientation orientation = Qt::PrimaryOrientation
Qt::ScreenOrientation primaryOrientation = Qt::LandscapeOrientation
QRect geometry
QRect availableGeometry
QDpi logicalDpi = {96, 96}
qreal refreshRate = 60

Detailed Description

Definition at line 27 of file qscreen_p.h.

Member Data Documentation

◆ availableGeometry

QRect QScreenData::availableGeometry

Definition at line 34 of file qscreen_p.h.

◆ geometry

QRect QScreenData::geometry

Definition at line 33 of file qscreen_p.h.

◆ logicalDpi

QDpi QScreenData::logicalDpi = {96, 96}

Definition at line 35 of file qscreen_p.h.

◆ orientation

Qt::ScreenOrientation QScreenData::orientation = Qt::PrimaryOrientation

Definition at line 31 of file qscreen_p.h.

◆ platformScreen

QPlatformScreen* QScreenData::platformScreen = nullptr

Definition at line 29 of file qscreen_p.h.

◆ primaryOrientation

Qt::ScreenOrientation QScreenData::primaryOrientation = Qt::LandscapeOrientation

Definition at line 32 of file qscreen_p.h.

◆ refreshRate

qreal QScreenData::refreshRate = 60

Definition at line 36 of file qscreen_p.h.


The documentation for this struct was generated from the following file: