Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandidleinhibitv1.h
Go to the documentation of this file.
1// Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QWAYLANDIDLEINHIBITV1_H
6#define QWAYLANDIDLEINHIBITV1_H
7
8#include <QtWaylandCompositor/QWaylandCompositorExtension>
9
10QT_BEGIN_NAMESPACE
11
12class QWaylandIdleInhibitManagerV1Private;
13
14class Q_WAYLANDCOMPOSITOR_EXPORT QWaylandIdleInhibitManagerV1 : public QWaylandCompositorExtensionTemplate<QWaylandIdleInhibitManagerV1>
15{
16 Q_OBJECT
17 Q_DECLARE_PRIVATE(QWaylandIdleInhibitManagerV1)
18public:
19 QWaylandIdleInhibitManagerV1();
20 explicit QWaylandIdleInhibitManagerV1(QWaylandCompositor *compositor);
21 ~QWaylandIdleInhibitManagerV1();
22
23 void initialize() override;
24
25 static const struct wl_interface *interface();
26};
27
28QT_END_NAMESPACE
29
30#endif // QWAYLANDIDLEINHIBITV1_H
\inmodule QtWaylandCompositor