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 Member Functions

bool createBackend ()

Public Attributes

QVideoWidgetq_ptr = nullptr
Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio
Qt::WindowFlags nonFullScreenFlags
bool wasFullScreen = false
QVideoWindowvideoWindow = nullptr
QWidgetwindowContainer = nullptr
QPoint nonFullscreenPos

Detailed Description

Definition at line 28 of file qvideowidget_p.h.

Member Function Documentation

◆ createBackend()

bool QVideoWidgetPrivate::createBackend ( )

Member Data Documentation

◆ aspectRatioMode

Qt::AspectRatioMode QVideoWidgetPrivate::aspectRatioMode = Qt::KeepAspectRatio

Definition at line 33 of file qvideowidget_p.h.

◆ nonFullScreenFlags

Qt::WindowFlags QVideoWidgetPrivate::nonFullScreenFlags

Definition at line 34 of file qvideowidget_p.h.

◆ nonFullscreenPos

QPoint QVideoWidgetPrivate::nonFullscreenPos

Definition at line 39 of file qvideowidget_p.h.

◆ q_ptr

QVideoWidget* QVideoWidgetPrivate::q_ptr = nullptr

Definition at line 32 of file qvideowidget_p.h.

◆ videoWindow

QVideoWindow* QVideoWidgetPrivate::videoWindow = nullptr

Definition at line 37 of file qvideowidget_p.h.

◆ wasFullScreen

bool QVideoWidgetPrivate::wasFullScreen = false

Definition at line 35 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: