33 Q_DISABLE_COPY_MOVE(QPlatformSurface)
35 virtual ~QPlatformSurface();
36 virtual QSurfaceFormat format()
const = 0;
38 QSurface *surface()
const;
39 virtual QPlatformScreen *screen()
const = 0;
42 explicit QPlatformSurface(QSurface *surface);
46 friend class QPlatformWindow;
47 friend class QPlatformOffscreenSurface;