![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qscreen_p.h>
Public Attributes | |
| QPlatformScreen * | platformScreen = nullptr |
| Qt::ScreenOrientation | orientation = Qt::PrimaryOrientation |
| Qt::ScreenOrientation | primaryOrientation = Qt::LandscapeOrientation |
| QRect | geometry |
| QRect | availableGeometry |
| QDpi | logicalDpi = {96, 96} |
| qreal | refreshRate = 60 |
Definition at line 27 of file qscreen_p.h.
| QRect QScreenData::availableGeometry |
Definition at line 34 of file qscreen_p.h.
| QRect QScreenData::geometry |
Definition at line 33 of file qscreen_p.h.
| QDpi QScreenData::logicalDpi = {96, 96} |
Definition at line 35 of file qscreen_p.h.
| Qt::ScreenOrientation QScreenData::orientation = Qt::PrimaryOrientation |
Definition at line 31 of file qscreen_p.h.
| QPlatformScreen* QScreenData::platformScreen = nullptr |
Definition at line 29 of file qscreen_p.h.
| Qt::ScreenOrientation QScreenData::primaryOrientation = Qt::LandscapeOrientation |
Definition at line 32 of file qscreen_p.h.
| qreal QScreenData::refreshRate = 60 |
Definition at line 36 of file qscreen_p.h.