KWin
Loading...
Searching...
No Matches
src
wayland
filtered_display.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2017 David Edmundson <davidedmundson@kde.org>
3
4
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5
*/
6
7
#pragma once
8
9
#include "
display.h
"
10
11
namespace
KWin
12
{
13
class
FilteredDisplayPrivate;
14
20
class
KWIN_EXPORT
FilteredDisplay
:
public
Display
21
{
22
Q_OBJECT
23
public
:
24
FilteredDisplay
(QObject *parent);
25
~FilteredDisplay
()
override
;
26
35
virtual
bool
allowInterface
(
ClientConnection
*client,
const
QByteArray &interfaceName) = 0;
36
37
private
:
38
std::unique_ptr<FilteredDisplayPrivate> d;
39
};
40
41
}
KWin::ClientConnection
Convenient Class which represents a wl_client.
Definition
clientconnection.h:32
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::FilteredDisplay
Definition
filtered_display.h:21
KWin::FilteredDisplay::allowInterface
virtual bool allowInterface(ClientConnection *client, const QByteArray &interfaceName)=0
display.h
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0