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
qwaylandivishellintegration.h
Go to the documentation of this file.
1
// Copyright (C) 2017 ITAGE Corporation, author: <yusuke.binsaki@itage.co.jp>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:critical reason:network-protocol
4
5
#
ifndef
QWAYLANDIVIINTEGRATION_H
6
#
define
QWAYLANDIVIINTEGRATION_H
7
8
#
include
<
QtCore
/
qmutex
.
h
>
9
10
#
include
<
QtWaylandClient
/
private
/
qwaylandshellintegration_p
.
h
>
11
#
include
"qwayland-ivi-application.h"
12
#
include
"qwayland-ivi-controller.h"
13
14
QT_BEGIN_NAMESPACE
15
16
namespace
QtWaylandClient
{
17
18
class
QWaylandWindow;
19
class
QWaylandDisplay;
20
class
QWaylandIviController
;
21
22
class
Q_WAYLANDCLIENT_EXPORT
QWaylandIviShellIntegration
23
:
public
QWaylandShellIntegrationTemplate
<
QWaylandIviShellIntegration
>,
24
public
QtWayland
::
ivi_application
25
{
26
public
:
27
QWaylandIviShellIntegration
();
28
29
bool
initialize
(
QWaylandDisplay
*
display
)
override
;
30
QWaylandShellSurface
*
createShellSurface
(
QWaylandWindow
*
window
)
override
;
31
32
private
:
33
uint32_t
getNextUniqueSurfaceId
();
34
35
private
:
36
QScopedPointer
<
QWaylandIviController
>
m_iviController
;
37
uint32_t
m_lastSurfaceId
= 0;
38
uint32_t
m_surfaceNumber
= 0;
39
bool
m_useEnvSurfaceId
=
false
;
40
QRecursiveMutex
m_mutex
;
41
};
42
43
}
44
45
QT_END_NAMESPACE
46
47
#
endif
// QWAYLANDIVIINTEGRATION_H
QtWaylandClient::QWaylandIviController
Definition
qwaylandivishellintegration.cpp:26
QtWaylandClient::QWaylandIviShellIntegrationPlugin
Definition
main.cpp:13
QtWaylandClient::QWaylandIviShellIntegration
Definition
qwaylandivishellintegration.h:25
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
QtWaylandClient
Definition
qwaylandclientextension.h:16
qtwayland
src
plugins
shellintegration
ivi-shell
qwaylandivishellintegration.h
Generated on
for Qt by
1.16.1