14class QMinimalBackingStore :
public QPlatformBackingStore
17 QMinimalBackingStore(QWindow *window);
18 ~QMinimalBackingStore();
20 QPaintDevice *paintDevice() override;
21 void flush(QWindow *window,
const QRegion ®ion,
const QPoint &offset) override;
22 void resize(
const QSize &size,
const QRegion &staticContents) override;