![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QBackingStorePrivate (QWindow *w) | |
qreal | backingStoreDevicePixelRatio () const |
qreal | deviceIndependentToNativeFactor () const |
Public Attributes | |
QWindow * | window |
QPlatformBackingStore * | platformBackingStore = nullptr |
QScopedPointer< QImage > | highDpiBackingstore |
QRegion | staticContents |
QSize | size |
bool | downscale = qEnvironmentVariableIntValue("QT_WIDGETS_HIGHDPI_DOWNSCALE") > 0 |
Definition at line 20 of file qbackingstore.cpp.
|
inline |
Definition at line 23 of file qbackingstore.cpp.
|
inline |
Definition at line 30 of file qbackingstore.cpp.
References downscale, and window.
Referenced by QBackingStore::beginPaint(), and deviceIndependentToNativeFactor().
|
inline |
Definition at line 41 of file qbackingstore.cpp.
References backingStoreDevicePixelRatio(), QHighDpiScaling::factor(), and window.
Referenced by QBackingStore::beginPaint(), QBackingStore::flush(), QBackingStore::resize(), and QBackingStore::scroll().
bool QBackingStorePrivate::downscale = qEnvironmentVariableIntValue("QT_WIDGETS_HIGHDPI_DOWNSCALE") > 0 |
Definition at line 53 of file qbackingstore.cpp.
Referenced by backingStoreDevicePixelRatio().
QScopedPointer<QImage> QBackingStorePrivate::highDpiBackingstore |
Definition at line 50 of file qbackingstore.cpp.
Referenced by QBackingStore::beginPaint(), and QBackingStore::paintDevice().
QPlatformBackingStore* QBackingStorePrivate::platformBackingStore = nullptr |
Definition at line 49 of file qbackingstore.cpp.
Referenced by QBackingStore::~QBackingStore(), and QBackingStore::handle().
QSize QBackingStorePrivate::size |
Definition at line 52 of file qbackingstore.cpp.
Referenced by QBackingStore::resize(), and QBackingStore::size().
QRegion QBackingStorePrivate::staticContents |
Definition at line 51 of file qbackingstore.cpp.
Referenced by QBackingStore::hasStaticContents(), QBackingStore::resize(), QBackingStore::setStaticContents(), and QBackingStore::staticContents().
QWindow* QBackingStorePrivate::window |
Definition at line 48 of file qbackingstore.cpp.
Referenced by backingStoreDevicePixelRatio(), deviceIndependentToNativeFactor(), QBackingStore::handle(), and QBackingStore::window().