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
qwaylandshell.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "qwaylandshell.h"
5#include "qwaylandshell_p.h"
6
8
12
16
21
43{
44 Q_D(const QWaylandShell);
45 return d->focusPolicy;
46}
47
49{
50 Q_D(QWaylandShell);
51
52 if (d->focusPolicy == focusPolicy)
53 return;
54
55 d->focusPolicy = focusPolicy;
57}
58
63
68
70
71#include "moc_qwaylandshell.cpp"
\inmodule QtWaylandCompositor
\inmodule QtWaylandCompositor
FocusPolicy focusPolicy
\qmlproperty enumeration Shell::focusPolicy
void setFocusPolicy(FocusPolicy focusPolicy)
void focusPolicyChanged()
FocusPolicy
This enum type is used to specify the focus policy for shell surfaces.
Combined button and popup list for selecting options.
#define emit