![]() |
Qt 6.x
The Qt SDK
|
#include <qeglfsoffscreenwindow_p.h>
Public Member Functions | |
QEglFSOffscreenWindow (EGLDisplay display, const QSurfaceFormat &format, QOffscreenSurface *offscreenSurface) | |
~QEglFSOffscreenWindow () | |
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. | |
![]() | |
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. | |
![]() | |
virtual | ~QPlatformSurface () |
virtual QSurfaceFormat | format () const =0 |
QSurface * | surface () const |
virtual QPlatformScreen * | screen () const =0 |
Additional Inherited Members | |
![]() | |
static bool | isRasterSurface (QSurface *surface) |
![]() | |
QScopedPointer< QPlatformOffscreenSurfacePrivate > | d_ptr |
Definition at line 23 of file qeglfsoffscreenwindow_p.h.
QT_BEGIN_NAMESPACE QEglFSOffscreenWindow::QEglFSOffscreenWindow | ( | EGLDisplay | display, |
const QSurfaceFormat & | format, | ||
QOffscreenSurface * | offscreenSurface | ||
) |
Definition at line 21 of file qeglfsoffscreenwindow.cpp.
References QEglFSDeviceIntegration::createNativeOffscreenWindow(), q_configFromGLFormat(), q_glFormatFromConfig(), qt_egl_device_integration(), and qWarning.
QEglFSOffscreenWindow::~QEglFSOffscreenWindow | ( | ) |
Definition at line 39 of file qeglfsoffscreenwindow.cpp.
References QEglFSDeviceIntegration::destroyNativeWindow(), and qt_egl_device_integration().
|
inlineoverridevirtual |
Returns the actual surface format of the offscreen surface.
Reimplemented from QPlatformOffscreenSurface.
Definition at line 29 of file qeglfsoffscreenwindow_p.h.
|
inlineoverridevirtual |
Returns true
if the platform offscreen surface has been allocated.
Reimplemented from QPlatformOffscreenSurface.
Definition at line 30 of file qeglfsoffscreenwindow_p.h.