31 Q_DECLARE_PRIVATE(QPlatformOffscreenSurface)
33 explicit QPlatformOffscreenSurface(QOffscreenSurface *offscreenSurface);
34 ~QPlatformOffscreenSurface() override;
36 QOffscreenSurface *offscreenSurface()
const;
38 QPlatformScreen *screen()
const override;
40 virtual QSurfaceFormat format()
const override;
41 virtual bool isValid()
const;
44 QScopedPointer<QPlatformOffscreenSurfacePrivate> d_ptr;
45 friend class QOffscreenSurfacePrivate;
47 Q_DISABLE_COPY(QPlatformOffscreenSurface)