Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwindowsbackingstore.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
QWINDOWSBACKINGSTORE_H
5
#
define
QWINDOWSBACKINGSTORE_H
6
7
#
include
<
QtCore
/
qt_windows
.
h
>
8
9
#
include
<
qpa
/
qplatformbackingstore
.
h
>
10
#
include
<
QtCore
/
qscopedpointer
.
h
>
11
12
QT_BEGIN_NAMESPACE
13
14
class
QWindowsWindow;
15
class
QWindowsNativeImage;
16
17
class
QWindowsBackingStore
:
public
QPlatformBackingStore
18
{
19
Q_DISABLE_COPY_MOVE
(
QWindowsBackingStore
)
20
public
:
21
QWindowsBackingStore
(
QWindow
*
window
);
22
~
QWindowsBackingStore
()
override
;
23
24
QPaintDevice
*
paintDevice
()
override
;
25
void
flush
(QWindow *window,
const
QRegion ®ion,
const
QPoint &offset)
override
;
26
void
resize
(
const
QSize &size,
const
QRegion &r)
override
;
27
bool
scroll
(
const
QRegion &area,
int
dx,
int
dy)
override
;
28
void
beginPaint
(
const
QRegion &)
override
;
29
30
HDC
getDC
()
const
;
31
32
QImage
toImage
()
const
override
;
33
34
private
:
35
QScopedPointer<QWindowsNativeImage> m_image;
36
bool
m_alphaNeedsFill;
37
};
38
39
QT_END_NAMESPACE
40
41
#
endif
// QWINDOWSBACKINGSTORE_H
QPoint
\inmodule QtCore\reentrant
Definition
qpoint.h:29
QWindow
\inmodule QtGui
Definition
qwindow.h:63
QWindowsBackingStore
Backing store for windows.
Definition
qwindowsbackingstore.h:18
QWindowsBackingStore::beginPaint
void beginPaint(const QRegion &) override
This function is called before painting onto the surface begins, with the region in which the paintin...
Definition
qwindowsbackingstore.cpp:156
QWindowsBackingStore::~QWindowsBackingStore
~QWindowsBackingStore() override
Definition
qwindowsbackingstore.cpp:31
QWindowsBackingStore::getDC
HDC getDC() const
Definition
qwindowsbackingstore.cpp:170
QWindowsBackingStore::paintDevice
QPaintDevice * paintDevice() override
Implement this function to return the appropriate paint device.
Definition
qwindowsbackingstore.cpp:36
QWindowsBackingStore::scroll
bool scroll(const QRegion &area, int dx, int dy) override
Scrolls the given area dx pixels to the right and dy downward; both dx and dy may be negative.
Definition
qwindowsbackingstore.cpp:144
QWindowsBackingStore::flush
void flush(QWindow *window, const QRegion ®ion, const QPoint &offset) override
Flushes the given region from the specified window.
Definition
qwindowsbackingstore.cpp:42
QWindowsBackingStore::resize
void resize(const QSize &size, const QRegion &r) override
Definition
qwindowsbackingstore.cpp:102
QWindowsBackingStore::toImage
QImage toImage() const override
Implemented in subclasses to return the content of the backingstore as a QImage.
Definition
qwindowsbackingstore.cpp:177
QWindowsContext
Singleton container for all relevant information.
Definition
qwindowscontext.h:49
QWindowsContext::verbose
static int verbose
Definition
qwindowscontext.h:61
QPlatformGraphicsBufferHelper
\inmodule QtGui
qt_scrollRectInImage
Q_GUI_EXPORT void qt_scrollRectInImage(QImage &img, const QRect &rect, const QPoint &offset)
Definition
qbackingstore.cpp:300
qtbase
src
plugins
platforms
windows
qwindowsbackingstore.h
Generated on
for Qt by
1.14.0