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
qdirectfb_egl.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 QDIRECTFB_EGL_H
5#define QDIRECTFB_EGL_H
6
8
9#ifdef DIRECTFB_GL_EGL
10
12
13class QDirectFbIntegrationEGL : public QDirectFbIntegration {
14public:
15 QPlatformWindow *createPlatformWindow(QWindow *window) const;
16 QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context) const;
17
18 bool hasCapability(QPlatformIntegration::Capability cap) const;
19
20protected:
21 void initializeScreen();
22};
23
25
26#endif
27#endif
\inmodule QtGui
Capability
Capabilities are used to determine specific features of a platform integration.
The QPlatformOpenGLContext class provides an abstraction for native GL contexts.
The QPlatformWindow class provides an abstraction for top-level windows.
\inmodule QtGui
Definition qwindow.h:63
Combined button and popup list for selecting options.
static void * context
GLenum cap
aWidget window() -> setWindowTitle("New Window Title")
[2]