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
qeglfsemulatorintegration.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// Qt-Security score:significant reason:default
4
5#ifndef QEGLFSEMULATORINTEGRATION_H
6#define QEGLFSEMULATORINTEGRATION_H
7
8#include "private/qeglfsdeviceintegration_p.h"
9
10#include <QtCore/QLoggingCategory>
11#include <QtCore/QFunctionPointer>
12
13typedef QByteArray (EGLAPIENTRYP PFNQGSGETDISPLAYSPROC) ();
14typedef void (EGLAPIENTRYP PFNQGSSETDISPLAYPROC) (uint screen);
15
17
19
21{
22public:
24
28 void screenInit() override;
29 bool hasCapability(QPlatformIntegration::Capability cap) const override;
30
33
34 EGLNativeWindowType createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) override;
35};
36
37QT_END_NAMESPACE
38
39#endif // QEGLFSEMULATORINTEGRATION_H
bool hasCapability(QPlatformIntegration::Capability cap) const override
EGLNativeWindowType createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) override
Combined button and popup list for selecting options.
typedef void(EGLAPIENTRYP PFNQGSSETDISPLAYPROC)(uint screen)
typedef QByteArray(EGLAPIENTRYP PFNQGSGETDISPLAYSPROC)()
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)