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
QIOSOffscreenSurface Class Reference
Inheritance diagram for QIOSOffscreenSurface:
Collaboration diagram for QIOSOffscreenSurface:

Public Member Functions

 QIOSOffscreenSurface (QOffscreenSurface *offscreenSurface)
QSurfaceFormat format () const override
 Returns the actual surface format of the offscreen surface.
bool isValid () const override
 Returns true if the platform offscreen surface has been allocated.
 QIOSOffscreenSurface (QOffscreenSurface *offscreenSurface)
QSurfaceFormat format () const override
 Returns the actual surface format of the offscreen surface.
bool isValid () const override
 Returns true if the platform offscreen surface has been allocated.
Public Member Functions inherited from QPlatformOffscreenSurface
 QPlatformOffscreenSurface (QOffscreenSurface *offscreenSurface)
 ~QPlatformOffscreenSurface () override
QOffscreenSurfaceoffscreenSurface () const
QPlatformScreenscreen () const override
 Returns the platform screen handle corresponding to this QPlatformOffscreenSurface.
Public Member Functions inherited from QPlatformSurface
virtual ~QPlatformSurface ()
QSurfacesurface () const

Additional Inherited Members

Protected Attributes inherited from QPlatformOffscreenSurface
QScopedPointer< QPlatformOffscreenSurfacePrivated_ptr

Detailed Description

Definition at line 184 of file qiosintegration.mm.

Constructor & Destructor Documentation

◆ QIOSOffscreenSurface() [1/2]

QIOSOffscreenSurface::QIOSOffscreenSurface ( QOffscreenSurface * offscreenSurface)
inline

Definition at line 187 of file qiosintegration.mm.

◆ QIOSOffscreenSurface() [2/2]

QIOSOffscreenSurface::QIOSOffscreenSurface ( QOffscreenSurface * offscreenSurface)
inline

Definition at line 187 of file qiosintegration.mm.

Member Function Documentation

◆ format() [1/2]

QSurfaceFormat QIOSOffscreenSurface::format ( ) const
inlineoverridevirtual

Returns the actual surface format of the offscreen surface.

Reimplemented from QPlatformOffscreenSurface.

Definition at line 189 of file qiosintegration.mm.

◆ format() [2/2]

QSurfaceFormat QIOSOffscreenSurface::format ( ) const
inlineoverridevirtual

Returns the actual surface format of the offscreen surface.

Reimplemented from QPlatformOffscreenSurface.

Definition at line 189 of file qiosintegration.mm.

◆ isValid() [1/2]

bool QIOSOffscreenSurface::isValid ( ) const
inlineoverridevirtual

Returns true if the platform offscreen surface has been allocated.

Reimplemented from QPlatformOffscreenSurface.

Definition at line 194 of file qiosintegration.mm.

◆ isValid() [2/2]

bool QIOSOffscreenSurface::isValid ( ) const
inlineoverridevirtual

Returns true if the platform offscreen surface has been allocated.

Reimplemented from QPlatformOffscreenSurface.

Definition at line 194 of file qiosintegration.mm.


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