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
QVideoWidgetPrivate Class Reference

#include <qvideowidget_p.h>

Collaboration diagram for QVideoWidgetPrivate:

Public Attributes

QVideoWidgetq_ptr = nullptr
Qt::WindowFlags nonFullScreenFlags
bool wasFullScreen = false
QPoint nonFullscreenPos
QVideoWindowvideoWindow = nullptr
QVideoSinkfakeVideoSink = nullptr
QWidgetwindowContainer = nullptr
bool isEglfs = false

Detailed Description

Definition at line 27 of file qvideowidget_p.h.

Member Data Documentation

◆ fakeVideoSink

QVideoSink* QVideoWidgetPrivate::fakeVideoSink = nullptr

Definition at line 37 of file qvideowidget_p.h.

◆ isEglfs

bool QVideoWidgetPrivate::isEglfs = false

Definition at line 39 of file qvideowidget_p.h.

◆ nonFullScreenFlags

Qt::WindowFlags QVideoWidgetPrivate::nonFullScreenFlags

Definition at line 32 of file qvideowidget_p.h.

◆ nonFullscreenPos

QPoint QVideoWidgetPrivate::nonFullscreenPos

Definition at line 34 of file qvideowidget_p.h.

◆ q_ptr

QVideoWidget* QVideoWidgetPrivate::q_ptr = nullptr

Definition at line 31 of file qvideowidget_p.h.

◆ videoWindow

QVideoWindow* QVideoWidgetPrivate::videoWindow = nullptr

Definition at line 36 of file qvideowidget_p.h.

◆ wasFullScreen

bool QVideoWidgetPrivate::wasFullScreen = false

Definition at line 33 of file qvideowidget_p.h.

◆ windowContainer

QWidget* QVideoWidgetPrivate::windowContainer = nullptr

Definition at line 38 of file qvideowidget_p.h.


The documentation for this class was generated from the following file: