KWin
Loading...
Searching...
No Matches
src
backends
x11
standalone
x11_standalone_placeholderoutput.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4
SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#pragma once
8
9
#include "
core/output.h
"
10
11
namespace
KWin
12
{
13
14
class
X11StandaloneBackend;
15
16
class
X11PlaceholderOutput
:
public
Output
17
{
18
Q_OBJECT
19
20
public
:
21
explicit
X11PlaceholderOutput
(
X11StandaloneBackend
*backend, QObject *parent =
nullptr
);
22
23
RenderLoop
*
renderLoop
()
const override
;
24
25
void
updateEnabled
(
bool
enabled);
26
27
private
:
28
X11StandaloneBackend
*m_backend;
29
};
30
31
}
// namespace KWin
KWin::Output
Definition
output.h:132
KWin::RenderLoop
Definition
renderloop.h:30
KWin::X11PlaceholderOutput
Definition
x11_standalone_placeholderoutput.h:17
KWin::X11PlaceholderOutput::X11PlaceholderOutput
X11PlaceholderOutput(X11StandaloneBackend *backend, QObject *parent=nullptr)
Definition
x11_standalone_placeholderoutput.cpp:14
KWin::X11PlaceholderOutput::updateEnabled
void updateEnabled(bool enabled)
Definition
x11_standalone_placeholderoutput.cpp:41
KWin::X11PlaceholderOutput::renderLoop
RenderLoop * renderLoop() const override
Definition
x11_standalone_placeholderoutput.cpp:36
KWin::X11StandaloneBackend
Definition
x11_standalone_backend.h:42
output.h
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:09 for KWin by
1.10.0