KWin
Loading...
Searching...
No Matches
src
wayland
idlenotify_v1.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2022 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
13
#include <memory>
14
15
struct
wl_resource;
16
17
namespace
KWin
18
{
19
20
class
Display
;
21
class
IdleNotifyV1InterfacePrivate;
22
23
class
KWIN_EXPORT
IdleNotifyV1Interface
:
public
QObject
24
{
25
Q_OBJECT
26
27
public
:
28
explicit
IdleNotifyV1Interface
(
Display
*display, QObject *parent =
nullptr
);
29
~IdleNotifyV1Interface
()
override
;
30
31
private
:
32
std::unique_ptr<IdleNotifyV1InterfacePrivate> d;
33
};
34
35
}
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::IdleNotifyV1Interface
Definition
idlenotify_v1.h:24
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