26 explicit QBackingStore(QWindow *window);
29 QWindow *window()
const;
31 QPaintDevice *paintDevice();
33 void flush(
const QRegion ®ion, QWindow *window =
nullptr,
const QPoint &offset = QPoint());
35 void resize(
const QSize &size);
38 bool scroll(
const QRegion &area,
int dx,
int dy);
40 void beginPaint(
const QRegion &);
43 void setStaticContents(
const QRegion ®ion);
44 QRegion staticContents()
const;
45 bool hasStaticContents()
const;
47 QPlatformBackingStore *handle()
const;
50 QScopedPointer<QBackingStorePrivate> d_ptr;