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
qeglfskmsgbmwindow_p.h
Go to the documentation of this file.
1// Copyright (C) 2015 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2// Copyright (C) 2016 The Qt Company Ltd.
3// Copyright (C) 2016 Pelagicore AG
4// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
5// Qt-Security score:significant reason:default
6
7#ifndef QEGLFSKMSGBMWINDOW_H
8#define QEGLFSKMSGBMWINDOW_H
9
10//
11// W A R N I N G
12// -------------
13//
14// This file is not part of the Qt API. It exists purely as an
15// implementation detail. This header file may change from version to
16// version without notice, or even be removed.
17//
18// We mean it.
19//
20
21#include "private/qeglfswindow_p.h"
22
24
25class QEglFSKmsGbmIntegration;
26
27class Q_EGLFS_EXPORT QEglFSKmsGbmWindow : public QEglFSWindow
28{
29public:
30 QEglFSKmsGbmWindow(QWindow *w, const QEglFSKmsGbmIntegration *integration)
31 : QEglFSWindow(w),
32 m_integration(integration)
33 { }
34
35 ~QEglFSKmsGbmWindow() { destroy(); }
36
37 void resetSurface() override;
38 void invalidateSurface() override;
39
40private:
41 const QEglFSKmsGbmIntegration *m_integration;
42};
43
44QT_END_NAMESPACE
45
46#endif // QEGLFSKMSGBMWINDOW_H
Combined button and popup list for selecting options.
typedef EGLDisplay(EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC)(EGLenum platform
void * native_display
void const EGLint * attrib_list
#define EGL_PLATFORM_GBM_KHR