KWin
Loading...
Searching...
No Matches
src
wayland
idleinhibit_v1.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@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
12
struct
wl_resource;
13
14
namespace
KWin
15
{
16
class
Display
;
17
class
IdleInhibitManagerV1InterfacePrivate;
18
24
class
KWIN_EXPORT
IdleInhibitManagerV1Interface
:
public
QObject
25
{
26
Q_OBJECT
27
28
public
:
29
explicit
IdleInhibitManagerV1Interface
(
Display
*display, QObject *parent =
nullptr
);
30
~IdleInhibitManagerV1Interface
()
override
;
31
32
private
:
33
std::unique_ptr<IdleInhibitManagerV1InterfacePrivate> d;
34
};
35
36
}
KWin::Display
Class holding the Wayland server display loop.
Definition
display.h:34
KWin::IdleInhibitManagerV1Interface
Definition
idleinhibit_v1.h:25
KWin::IdleInhibitManagerV1Interface::~IdleInhibitManagerV1Interface
~IdleInhibitManagerV1Interface() 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