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
qminimaleglwindow.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
QMINIMALEGLWINDOW_H
5
#
define
QMINIMALEGLWINDOW_H
6
7
#
include
"qminimaleglintegration.h"
8
9
#
include
<
qpa
/
qplatformwindow
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QMinimalEglWindow
:
public
QPlatformWindow
14
{
15
public
:
16
QMinimalEglWindow
(QWindow *w);
17
18
void
setGeometry
(
const
QRect &)
override
;
19
WId
winId
()
const
override
;
20
21
private
:
22
WId m_winid;
23
};
24
QT_END_NAMESPACE
25
#
endif
// QMINIMALEGLWINDOW_H
QMinimalEglBackingStore
Definition
qminimaleglbackingstore.h:15
QMinimalEglScreen
Definition
qminimaleglscreen.h:18
QMinimalEglScreen::platformContext
QPlatformOpenGLContext * platformContext() const
Definition
qminimaleglscreen.cpp:166
QMinimalEglWindow
Definition
qminimaleglwindow.h:14
QMinimalEglWindow::winId
WId winId() const override
Reimplement in subclasses to return a handle to the native window.
Definition
qminimaleglwindow.cpp:35
QMinimalEglWindow::setGeometry
void setGeometry(const QRect &) override
This function is called by Qt whenever a window is moved or resized using the QWindow API.
Definition
qminimaleglwindow.cpp:26
QMinimalEglWindow::QMinimalEglWindow
QMinimalEglWindow(QWindow *w)
Definition
qminimaleglwindow.cpp:10
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
plugins
platforms
minimalegl
qminimaleglwindow.h
Generated on
for Qt by
1.14.0