4#ifndef QWINDOWSDIRECT2DBACKINGSTORE_H
5#define QWINDOWSDIRECT2DBACKINGSTORE_H
7#include <QtGui/qpa/qplatformbackingstore.h>
11class QWindowsDirect2DWindow;
25 void flush(QWindow *targetWindow,
const QRegion ®ion,
const QPoint &offset)
override;
26 void resize(
const QSize &size,
const QRegion &staticContents)
override;
\inmodule QtCore\reentrant
Backing store for windows.
void resize(const QSize &size, const QRegion &staticContents) override
void beginPaint(const QRegion &) override
This function is called before painting onto the surface begins, with the region in which the paintin...
void endPaint() override
This function is called after painting onto the surface has ended.
void flush(QWindow *targetWindow, const QRegion ®ion, const QPoint &offset) override
Flushes the given region from the specified window.
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
~QWindowsDirect2DBackingStore()
QImage toImage() const override
Implemented in subclasses to return the content of the backingstore as a QImage.
Combined button and popup list for selecting options.
static QWindowsDirect2DPlatformPixmap * platformPixmap(QPixmap *p)
static QWindowsDirect2DWindow * nativeWindow(QWindow *window)
static QWindowsDirect2DBitmap * bitmap(QPixmap *p)