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
qwaylandbrcmeglplatformintegration.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QWAYLANDBRCMEGLPLATFORMINTEGRATION_H
5#define QWAYLANDBRCMEGLPLATFORMINTEGRATION_H
6
7#include <QtWaylandClient/private/qwaylandintegration_p.h>
9
11
12namespace QtWaylandClient {
13
15{
16public:
19 , m_gl_integration(new QWaylandBrcmEglIntegration())
20 {
21 m_gl_integration->initialize(display());
22 }
23
25 {
26 return m_gl_integration;
27 }
28private:
29 QWaylandClientBufferIntegration *m_gl_integration;
30};
31
32}
33
35
36#endif
QWaylandClientBufferIntegration * clientBufferIntegration() const override
virtual void initialize(QWaylandDisplay *display)=0
Combined button and popup list for selecting options.