19 Q_DECLARE_PRIVATE(QPaintDeviceWindow)
22 void update(
const QRect &rect);
23 void update(
const QRegion ®ion);
26 using QWindow::height;
27 using QWindow::devicePixelRatio;
33 void exposeEvent(QExposeEvent *) override;
34 void paintEvent(QPaintEvent *event) override;
36 int metric(PaintDeviceMetric metric)
const override;
37 bool event(QEvent *event) override;
39 QPaintDeviceWindow(QPaintDeviceWindowPrivate &dd, QWindow *parent);
42 QPaintEngine *paintEngine()
const override;
43 Q_DISABLE_COPY(QPaintDeviceWindow)