Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwaylandshellsurface.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
72#if QT_CONFIG(wayland_compositor_quick)
81#endif
82
110
115
120
125
127{
128 Q_D(const QWaylandShellSurface);
129 return d->modal;
130}
131
133{
135 if (d->modal == newModal)
136 return;
137 d->modal = newModal;
139}
140
142
143#include "moc_qwaylandshellsurface.cpp"
\inmodule QtWaylandCompositor
\inmodule QtWaylandCompositor
\qmltype ShellSurface \instantiates QWaylandShellSurface \inqmlmodule QtWayland.Compositor
void setModal(bool newModal)
bool modal
\qmlproperty bool QtWayland.Compositor::ShellSurface::modal
QWaylandShellSurface(QWaylandObject *waylandObject)
Combined button and popup list for selecting options.
#define emit