QPlatformOffscreenSurface Class

qmake: QT += gui

Public Functions

virtual bool isValid() const

Reimplemented Public Functions

virtual QSurfaceFormat format() const override
virtual QPlatformScreen *screen() const override

Member Function Documentation

[override virtual] QSurfaceFormat QPlatformOffscreenSurface::format() const

Returns the actual surface format of the offscreen surface.

[virtual] bool QPlatformOffscreenSurface::isValid() const

Returns true if the platform offscreen surface has been allocated.

[override virtual] QPlatformScreen *QPlatformOffscreenSurface::screen() const

Returns the platform screen handle corresponding to this QPlatformOffscreenSurface.