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
qwaylandquickxdgoutputv1.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
QWAYLANDQUICKXDGOUTPUT_V1
6
#
define
QWAYLANDQUICKXDGOUTPUT_V1
7
8
#
include
<
QtQml
/
QQmlListProperty
>
9
#
include
<
QtQml
/
QQmlParserStatus
>
10
#
include
<
QtWaylandCompositor
/
QWaylandXdgOutputV1
>
11
12
QT_REQUIRE_CONFIG
(
wayland_compositor_quick
);
13
14
QT_BEGIN_NAMESPACE
15
16
class
Q_WAYLANDCOMPOSITOR_EXPORT
QWaylandQuickXdgOutputV1
17
:
public
QWaylandXdgOutputV1
18
,
public
QQmlParserStatus
19
{
20
Q_OBJECT
21
Q_INTERFACES(QQmlParserStatus)
22
public
:
23
explicit
QWaylandQuickXdgOutputV1();
24
25
protected
:
26
void
classBegin() override {}
27
void
componentComplete() override;
28
};
29
30
QT_END_NAMESPACE
31
32
#
endif
// QWAYLANDQUICKXDGOUTPUT_V1
QWaylandQuickXdgOutputV1
Definition
qwaylandquickxdgoutputv1.h:19
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
QT_REQUIRE_CONFIG
QT_REQUIRE_CONFIG(wayland_compositor_quick)
qtwayland
src
compositor
extensions
qwaylandquickxdgoutputv1.h
Generated on
for Qt by
1.16.1