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
4#ifndef QEGLFSEMULATORINTEGRATION_H
5#define QEGLFSEMULATORINTEGRATION_H
6
7#include "private/qeglfsdeviceintegration_p.h"
8
9#include <QtCore/QLoggingCategory>
10#include <QtCore/QFunctionPointer>
11
12typedef QByteArray (EGLAPIENTRYP PFNQGSGETDISPLAYSPROC) ();
13typedef void (EGLAPIENTRYP PFNQGSSETDISPLAYPROC) (uint screen);
14
16
18
20{
21public:
23
27 void screenInit() override;
28 bool hasCapability(QPlatformIntegration::Capability cap) const override;
29
32
33 EGLNativeWindowType createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) override;
34};
35
36QT_END_NAMESPACE
37
38#endif // QEGLFSEMULATORINTEGRATION_H
bool hasCapability(QPlatformIntegration::Capability cap) const override
EGLNativeWindowType createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) override
typedef void(EGLAPIENTRYP PFNQGSSETDISPLAYPROC)(uint screen)
typedef QByteArray(EGLAPIENTRYP PFNQGSGETDISPLAYSPROC)()
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)