27 explicit QBackingStore(QWindow *window);
30 QWindow *window()
const;
32 QPaintDevice *paintDevice();
34 void flush(
const QRegion ®ion, QWindow *window =
nullptr,
const QPoint &offset = QPoint());
36 void resize(
const QSize &size);
39 bool scroll(
const QRegion &area,
int dx,
int dy);
41 void beginPaint(
const QRegion &);
44 void setStaticContents(
const QRegion ®ion);
45 QRegion staticContents()
const;
46 bool hasStaticContents()
const;
48 QPlatformBackingStore *handle()
const;
51 QScopedPointer<QBackingStorePrivate> d_ptr;