![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qvideowidget_p.h>
Public Attributes | |
| QVideoWidget * | q_ptr = nullptr |
| Qt::WindowFlags | nonFullScreenFlags |
| bool | wasFullScreen = false |
| QPoint | nonFullscreenPos |
| QVideoWindow * | videoWindow = nullptr |
| QVideoSink * | fakeVideoSink = nullptr |
| QWidget * | windowContainer = nullptr |
| bool | isEglfs = false |
Definition at line 27 of file qvideowidget_p.h.
| QVideoSink* QVideoWidgetPrivate::fakeVideoSink = nullptr |
Definition at line 37 of file qvideowidget_p.h.
| bool QVideoWidgetPrivate::isEglfs = false |
Definition at line 39 of file qvideowidget_p.h.
| Qt::WindowFlags QVideoWidgetPrivate::nonFullScreenFlags |
Definition at line 32 of file qvideowidget_p.h.
| QPoint QVideoWidgetPrivate::nonFullscreenPos |
Definition at line 34 of file qvideowidget_p.h.
| QVideoWidget* QVideoWidgetPrivate::q_ptr = nullptr |
Definition at line 31 of file qvideowidget_p.h.
| QVideoWindow* QVideoWidgetPrivate::videoWindow = nullptr |
Definition at line 36 of file qvideowidget_p.h.
| bool QVideoWidgetPrivate::wasFullScreen = false |
Definition at line 33 of file qvideowidget_p.h.
Definition at line 38 of file qvideowidget_p.h.