KWin
Loading...
Searching...
No Matches
src
wayland
viewporter.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@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 "kwin_export.h"
10
11
#include <QObject>
12
#include <memory>
13
14
namespace
KWin
15
{
16
class
Display
;
17
class
ViewporterInterfacePrivate;
18
27
class
KWIN_EXPORT
ViewporterInterface
:
public
QObject
28
{
29
Q_OBJECT
30
31
public
:
32
explicit
ViewporterInterface
(
Display
*display, QObject *parent =
nullptr
);
33
~ViewporterInterface
()
override
;
34
35
private
:
36
std::unique_ptr<ViewporterInterfacePrivate> d;
37
};
38
39
}
// namespace KWin
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::ViewporterInterface
Definition
viewporter.h:28
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