![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | SurfaceSupport |
Public Member Functions | |
| QPlatformBackingStorePrivate (QWindow *w) | |
| QPlatformBackingStorePrivate (QWindow *w) | |
Public Attributes | |
| QWindow * | window |
| QBackingStore * | backingStore |
| std::unordered_map< QSurface::SurfaceType, SurfaceSupport > | surfaceSupport |
Definition at line 19 of file qplatformbackingstore.cpp.
|
inline |
Definition at line 22 of file qplatformbackingstore.cpp.
References QPlatformBackingStorePrivate(), and backingStore.
Referenced by QPlatformBackingStorePrivate().
|
inline |
Definition at line 22 of file qplatformbackingstore.cpp.
| QBackingStore * QPlatformBackingStorePrivate::backingStore |
Definition at line 29 of file qplatformbackingstore.cpp.
Referenced by QPlatformBackingStorePrivate().
| std::unordered_map< QSurface::SurfaceType, SurfaceSupport > QPlatformBackingStorePrivate::surfaceSupport |
Definition at line 38 of file qplatformbackingstore.cpp.
| QWindow * QPlatformBackingStorePrivate::window |
Definition at line 28 of file qplatformbackingstore.cpp.