KWin
Loading...
Searching...
No Matches
src
wayland
outputmanagement_v2.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2015 Sebastian Kügler <sebas@kde.org>
3
4
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5
*/
6
#pragma once
7
8
#include "kwin_export.h"
9
10
#include <QObject>
11
#include <memory>
12
13
namespace
KWin
14
{
15
16
class
Display
;
17
class
OutputManagementV2InterfacePrivate;
18
32
class
KWIN_EXPORT
OutputManagementV2Interface
:
public
QObject
33
{
34
Q_OBJECT
35
36
public
:
37
explicit
OutputManagementV2Interface
(
Display
*display, QObject *parent =
nullptr
);
38
~OutputManagementV2Interface
()
override
;
39
40
private
:
41
std::unique_ptr<OutputManagementV2InterfacePrivate> d;
42
};
43
44
}
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::OutputManagementV2Interface
Definition
outputmanagement_v2.h:33
KWin::OutputManagementV2Interface::~OutputManagementV2Interface
~OutputManagementV2Interface() override
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