KWin
Loading...
Searching...
No Matches
src
wayland
securitycontext_v1.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2023 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
#include <QObject>
7
8
namespace
KWin
9
{
10
11
class
SecurityContextManagerV1InterfacePrivate;
12
class
SecurityContextManagerV1Interface;
13
class
Display
;
14
15
class
SecurityContextManagerV1Interface
:
public
QObject
16
{
17
Q_OBJECT
18
public
:
19
SecurityContextManagerV1Interface
(
Display
*display, QObject *parent =
nullptr
);
20
~SecurityContextManagerV1Interface
()
override
;
21
22
private
:
23
std::unique_ptr<SecurityContextManagerV1InterfacePrivate> d;
24
};
25
}
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::SecurityContextManagerV1Interface
Definition
securitycontext_v1.h:16
KWin::SecurityContextManagerV1Interface::SecurityContextManagerV1Interface
SecurityContextManagerV1Interface(Display *display, QObject *parent=nullptr)
Definition
securitycontext_v1.cpp:57
KWin::SecurityContextManagerV1Interface::~SecurityContextManagerV1Interface
~SecurityContextManagerV1Interface() override
Definition
securitycontext_v1.cpp:63
KWin
Definition
activation_test.cpp:20
Display
struct _XDisplay Display
Definition
x11_standalone_egl_backend.h:18
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0