Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPlatformBackingStorePrivate Class Reference
+ Collaboration diagram for QPlatformBackingStorePrivate:

Classes

struct  SurfaceSupport
 

Public Member Functions

 QPlatformBackingStorePrivate (QWindow *w)
 
 QPlatformBackingStorePrivate (QWindow *w)
 

Public Attributes

QWindowwindow
 
QBackingStorebackingStore
 
std::unordered_map< QSurface::SurfaceType, SurfaceSupportsurfaceSupport
 

Detailed Description

Definition at line 19 of file qplatformbackingstore.cpp.

Constructor & Destructor Documentation

◆ QPlatformBackingStorePrivate() [1/2]

QPlatformBackingStorePrivate::QPlatformBackingStorePrivate ( QWindow * w)
inline

Definition at line 22 of file qplatformbackingstore.cpp.

References QPlatformBackingStorePrivate(), and backingStore.

Referenced by QPlatformBackingStorePrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QPlatformBackingStorePrivate() [2/2]

QPlatformBackingStorePrivate::QPlatformBackingStorePrivate ( QWindow * w)
inline

Definition at line 22 of file qplatformbackingstore.cpp.

Member Data Documentation

◆ backingStore

QBackingStore * QPlatformBackingStorePrivate::backingStore

Definition at line 29 of file qplatformbackingstore.cpp.

Referenced by QPlatformBackingStorePrivate().

◆ surfaceSupport

std::unordered_map< QSurface::SurfaceType, SurfaceSupport > QPlatformBackingStorePrivate::surfaceSupport

Definition at line 38 of file qplatformbackingstore.cpp.

◆ window

QWindow * QPlatformBackingStorePrivate::window

Definition at line 28 of file qplatformbackingstore.cpp.


The documentation for this class was generated from the following file: