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
qvideowidget_p.h
Go to the documentation of this file.
1
// Copyright (C) 2021 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
QVIDEOWIDGET_P_H
5
#
define
QVIDEOWIDGET_P_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#
include
<
QtMultimediaWidgets
/
qtmultimediawidgetsglobal
.
h
>
19
20
#
include
<
QtMultimediaWidgets
/
qvideowidget
.
h
>
21
#
include
<
QtMultimedia
/
qvideoframe
.
h
>
22
23
QT_BEGIN_NAMESPACE
24
25
class
QVideoWindow;
26
27
class
QVideoWidgetPrivate
28
{
29
Q_DECLARE_PUBLIC(QVideoWidget)
30
public
:
31
QVideoWidget
*
q_ptr
=
nullptr
;
32
Qt
::
WindowFlags
nonFullScreenFlags
;
33
bool
wasFullScreen
=
false
;
34
QPoint
nonFullscreenPos
;
35
36
QVideoWindow *
videoWindow
=
nullptr
;
37
QVideoSink
*
fakeVideoSink
=
nullptr
;
38
QWidget
*
windowContainer
=
nullptr
;
39
bool
isEglfs
=
false
;
40
};
41
42
QT_END_NAMESPACE
43
44
#
endif
QVideoWidgetPrivate
Definition
qvideowidget_p.h:28
QVideoWidgetPrivate::wasFullScreen
bool wasFullScreen
Definition
qvideowidget_p.h:33
QVideoWidgetPrivate::videoWindow
QVideoWindow * videoWindow
Definition
qvideowidget_p.h:36
QVideoWidgetPrivate::nonFullscreenPos
QPoint nonFullscreenPos
Definition
qvideowidget_p.h:34
QVideoWidgetPrivate::nonFullScreenFlags
Qt::WindowFlags nonFullScreenFlags
Definition
qvideowidget_p.h:32
QVideoWidgetPrivate::windowContainer
QWidget * windowContainer
Definition
qvideowidget_p.h:38
QVideoWidgetPrivate::isEglfs
bool isEglfs
Definition
qvideowidget_p.h:39
QVideoWidgetPrivate::fakeVideoSink
QVideoSink * fakeVideoSink
Definition
qvideowidget_p.h:37
qtmultimedia
src
multimediawidgets
qvideowidget_p.h
Generated on
for Qt by
1.16.1