Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowsdirect2dbackingstore.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QWINDOWSDIRECT2DBACKINGSTORE_H
5#define QWINDOWSDIRECT2DBACKINGSTORE_H
6
7#include <QtGui/qpa/qplatformbackingstore.h>
8
10
12
14{
15 Q_DISABLE_COPY_MOVE(QWindowsDirect2DBackingStore)
16
17public:
20
21 void beginPaint(const QRegion &) override;
22 void endPaint() override;
23
24 QPaintDevice *paintDevice() override;
25 void flush(QWindow *targetWindow, const QRegion &region, const QPoint &offset) override;
26 void resize(const QSize &size, const QRegion &staticContents) override;
27
28 QImage toImage() const override;
29};
30
32
33#endif // QWINDOWSDIRECT2DBACKINGSTORE_H
\inmodule QtGui
Definition qimage.h:37
The QPlatformBackingStore class provides the drawing area for top-level windows.
QWindow * window() const
Returns a pointer to the top-level window associated with this surface.
\inmodule QtCore\reentrant
Definition qpoint.h:25
The QRegion class specifies a clip region for a painter.
Definition qregion.h:27
\inmodule QtCore
Definition qsize.h:25
\inmodule QtGui
Definition qwindow.h:63
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 &region, const QPoint &offset) override
Flushes the given region from the specified window.
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
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.
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLenum GLuint GLintptr offset