4#ifndef QFBBACKINGSTORE_P_H
5#define QFBBACKINGSTORE_P_H
18#include <qpa/qplatformbackingstore.h>
19#include <QtCore/QMutex>
20#include <QtCore/private/qglobal_p.h>
35 void flush(QWindow *window,
const QRegion ®ion,
const QPoint &offset)
override;
37 void resize(
const QSize &size,
const QRegion ®ion)
override;
void resize(const QSize &size, const QRegion ®ion) override
void flush(QWindow *window, const QRegion ®ion, const QPoint &offset) override
Flushes the given region from the specified window.
QImage toImage() const override
Implemented in subclasses to return the content of the backingstore as a QImage.
void endPaint() override
This function is called after painting onto the surface has ended.
void beginPaint(const QRegion &) override
This function is called before painting onto the surface begins, with the region in which the paintin...
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
QFbBackingStore(QWindow *window)