32 Q_DISABLE_COPY_MOVE(QPlatformSurface)
34 virtual ~QPlatformSurface();
35 virtual QSurfaceFormat format()
const = 0;
37 QSurface *surface()
const;
38 virtual QPlatformScreen *screen()
const = 0;
41 explicit QPlatformSurface(QSurface *surface);
45 friend class QPlatformWindow;
46 friend class QPlatformOffscreenSurface;