![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplatformoffscreensurface.h>
Public Member Functions | |
QPlatformOffscreenSurface (QOffscreenSurface *offscreenSurface) | |
~QPlatformOffscreenSurface () override | |
QOffscreenSurface * | offscreenSurface () const |
QPlatformScreen * | screen () const override |
Returns the platform screen handle corresponding to this QPlatformOffscreenSurface. | |
virtual QSurfaceFormat | format () const override |
Returns the actual surface format of the offscreen surface. | |
virtual bool | isValid () const |
Returns true if the platform offscreen surface has been allocated. | |
Public Member Functions inherited from QPlatformSurface | |
virtual | ~QPlatformSurface () |
QSurface * | surface () const |
Protected Attributes | |
QScopedPointer< QPlatformOffscreenSurfacePrivate > | d_ptr |
Friends | |
class | QOffscreenSurfacePrivate |
Definition at line 29 of file qplatformoffscreensurface.h.
|
explicit |
Definition at line 16 of file qplatformoffscreensurface.cpp.
|
override |
Definition at line 22 of file qplatformoffscreensurface.cpp.
|
overridevirtual |
Returns the actual surface format of the offscreen surface.
Implements QPlatformSurface.
Reimplemented in QAndroidPlatformOffscreenSurface, QCocoaOffscreenSurface, QCocoaOffscreenSurface, QEglFSOffscreenWindow, QEGLPbuffer, QGLXPbuffer, QIOSOffscreenSurface, and QIOSOffscreenSurface.
Definition at line 42 of file qplatformoffscreensurface.cpp.
|
virtual |
Returns true
if the platform offscreen surface has been allocated.
Reimplemented in QAndroidPlatformOffscreenSurface, QCocoaOffscreenSurface, QCocoaOffscreenSurface, QEglFSOffscreenWindow, QEGLPbuffer, QGLXPbuffer, QIOSOffscreenSurface, QIOSOffscreenSurface, and QWasmOffscreenSurface.
Definition at line 50 of file qplatformoffscreensurface.cpp.
QOffscreenSurface * QPlatformOffscreenSurface::offscreenSurface | ( | ) | const |
Definition at line 26 of file qplatformoffscreensurface.cpp.
|
overridevirtual |
Returns the platform screen handle corresponding to this QPlatformOffscreenSurface.
Implements QPlatformSurface.
Definition at line 34 of file qplatformoffscreensurface.cpp.
|
friend |
Definition at line 45 of file qplatformoffscreensurface.h.
|
protected |
Definition at line 44 of file qplatformoffscreensurface.h.