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