![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsscreen.h>
Public Types | |
| enum | Flags { PrimaryScreen = 0x1 , VirtualDesktop = 0x2 , LockScreen = 0x4 } |
Public Attributes | |
| QRect | geometry |
| QRect | availableGeometry |
| QDpi | dpi {96, 96} |
| QSizeF | physicalSizeMM |
| int | depth = 32 |
| QImage::Format | format = QImage::Format_ARGB32_Premultiplied |
| unsigned | flags = VirtualDesktop |
| QString | name |
| QString | manufacturer |
| QString | model |
| QString | serialNumber |
| Qt::ScreenOrientation | orientation = Qt::LandscapeOrientation |
| qreal | refreshRateHz = 60 |
| HMONITOR | hMonitor = nullptr |
| QString | deviceName |
| QString | devicePath |
| std::optional< int > | deviceIndex = std::nullopt |
Definition at line 16 of file qwindowsscreen.h.
| Enumerator | |
|---|---|
| PrimaryScreen | |
| VirtualDesktop | |
| LockScreen | |
Definition at line 18 of file qwindowsscreen.h.
| QRect QWindowsScreenData::availableGeometry |
Definition at line 26 of file qwindowsscreen.h.
| int QWindowsScreenData::depth = 32 |
Definition at line 29 of file qwindowsscreen.h.
| std::optional<int> QWindowsScreenData::deviceIndex = std::nullopt |
Definition at line 41 of file qwindowsscreen.h.
| QString QWindowsScreenData::deviceName |
Definition at line 39 of file qwindowsscreen.h.
| QString QWindowsScreenData::devicePath |
Definition at line 40 of file qwindowsscreen.h.
| QDpi QWindowsScreenData::dpi {96, 96} |
Definition at line 27 of file qwindowsscreen.h.
| unsigned QWindowsScreenData::flags = VirtualDesktop |
Definition at line 31 of file qwindowsscreen.h.
| QImage::Format QWindowsScreenData::format = QImage::Format_ARGB32_Premultiplied |
Definition at line 30 of file qwindowsscreen.h.
| QRect QWindowsScreenData::geometry |
Definition at line 25 of file qwindowsscreen.h.
| HMONITOR QWindowsScreenData::hMonitor = nullptr |
Definition at line 38 of file qwindowsscreen.h.
| QString QWindowsScreenData::manufacturer |
Definition at line 33 of file qwindowsscreen.h.
| QString QWindowsScreenData::model |
Definition at line 34 of file qwindowsscreen.h.
| QString QWindowsScreenData::name |
Definition at line 32 of file qwindowsscreen.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Qt::ScreenOrientation QWindowsScreenData::orientation = Qt::LandscapeOrientation |
Definition at line 36 of file qwindowsscreen.h.
| QSizeF QWindowsScreenData::physicalSizeMM |
Definition at line 28 of file qwindowsscreen.h.
| qreal QWindowsScreenData::refreshRateHz = 60 |
Definition at line 37 of file qwindowsscreen.h.
| QString QWindowsScreenData::serialNumber |
Definition at line 35 of file qwindowsscreen.h.