KWin
Loading...
Searching...
No Matches
cursordelegate_qpainter.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2022 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
10
11#include <QImage>
12
13namespace KWin
14{
15
16class Output;
17
19{
20public:
22
23 void paint(const RenderTarget &renderTarget, const QRegion &region) override;
24
25private:
26 Output *const m_output;
27 QImage m_buffer;
28};
29
30} // namespace KWin
void paint(const RenderTarget &renderTarget, const QRegion &region) override