![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QPlatformBackingStorePrivate (QWindow *w) | |
Public Attributes | |
QWindow * | window |
QBackingStore * | backingStore |
QBackingStoreRhiSupport | rhiSupport |
QBackingStoreDefaultCompositor | compositor |
Definition at line 17 of file qplatformbackingstore.cpp.
|
inline |
Definition at line 20 of file qplatformbackingstore.cpp.
QBackingStore* QPlatformBackingStorePrivate::backingStore |
Definition at line 27 of file qplatformbackingstore.cpp.
Referenced by QPlatformBackingStore::backingStore().
QBackingStoreDefaultCompositor QPlatformBackingStorePrivate::compositor |
Definition at line 33 of file qplatformbackingstore.cpp.
Referenced by QPlatformBackingStore::graphicsDeviceReportedLost(), QPlatformBackingStore::rhiFlush(), and QPlatformBackingStore::toTexture().
QBackingStoreRhiSupport QPlatformBackingStorePrivate::rhiSupport |
Definition at line 32 of file qplatformbackingstore.cpp.
Referenced by QPlatformBackingStore::graphicsDeviceReportedLost(), QPlatformBackingStore::rhi(), QPlatformBackingStore::rhiFlush(), QPlatformBackingStore::setRhiConfig(), and QPlatformBackingStore::toTexture().
QWindow* QPlatformBackingStorePrivate::window |
Definition at line 26 of file qplatformbackingstore.cpp.
Referenced by QPlatformBackingStore::setRhiConfig(), and QPlatformBackingStore::window().