20 Q_DECLARE_PRIVATE(QPaintDeviceWindow)
23 void update(
const QRect &rect);
24 void update(
const QRegion ®ion);
27 using QWindow::height;
28 using QWindow::devicePixelRatio;
34 void exposeEvent(QExposeEvent *) override;
35 void paintEvent(QPaintEvent *event) override;
37 int metric(PaintDeviceMetric metric)
const override;
38 bool event(QEvent *event) override;
40 QPaintDeviceWindow(QPaintDeviceWindowPrivate &dd, QWindow *parent);
43 QPaintEngine *paintEngine()
const override;
44 Q_DISABLE_COPY(QPaintDeviceWindow)