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
qeglfskmsvsp2integration.h
Go to the documentation of this file.
1// Copyright (C) 2015 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2// Copyright (C) 2017 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
6#ifndef QEGLFSKMSVSP2INTEGRATION_H
7#define QEGLFSKMSVSP2INTEGRATION_H
8
10#include <QtCore/QMap>
11#include <QtCore/QVariant>
12
14
15class QEglFSKmsDevice;
16
18{
19public:
21
22 EGLDisplay createDisplay(EGLNativeDisplayType nativeDisplay) override;
23 EGLNativeWindowType createNativeOffscreenWindow(const QSurfaceFormat &format) override;
24 void destroyNativeWindow(EGLNativeWindowType window) override;
25
26 void presentBuffer(QPlatformSurface *surface) override;
27 QEglFSWindow *createWindow(QWindow *window) const override;
28
29protected:
30 QKmsDevice *createDevice() override;
31};
32
34
35#endif // QEGLFSKMSVSP2INTEGRATION_H
QEglFSWindow * createWindow(QWindow *window) const override
QKmsDevice * createDevice() override
void presentBuffer(QPlatformSurface *surface) override
void destroyNativeWindow(EGLNativeWindowType window) override
EGLNativeWindowType createNativeOffscreenWindow(const QSurfaceFormat &format) override
EGLDisplay createDisplay(EGLNativeDisplayType nativeDisplay) override
The QPlatformSurface class provides an abstraction for a surface.
The QSurfaceFormat class represents the format of a QSurface. \inmodule QtGui.
\inmodule QtGui
Definition qwindow.h:63
Combined button and popup list for selecting options.
typedef EGLDisplay(EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC)(EGLenum platform
GLint GLsizei GLsizei GLenum format
aWidget window() -> setWindowTitle("New Window Title")
[2]