KWin
Loading...
Searching...
No Matches
qpaintersurfacetexture.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
8
9namespace KWin
10{
11
13 : m_backend(backend)
14{
15}
16
18{
19 return !m_image.isNull();
20}
21
26
28{
29 return m_image;
30}
31
32} // namespace KWin
QPainterSurfaceTexture(QPainterBackend *backend)
QPainterBackend * backend() const