Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

Referenced by QVideoWidget::setFullScreen().

◆ q_ptr

QVideoWidget* QVideoWidgetPrivate::q_ptr = nullptr

Definition at line 32 of file qvideowidget_p.h.

◆ videoWindow

◆ 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.

Referenced by QVideoWidget::resizeEvent().


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