![]() |
Qt 6.x
The Qt SDK
|
#include <qvideowidget_p.h>
Public Member Functions | |
bool | createBackend () |
Public Attributes | |
QVideoWidget * | q_ptr = nullptr |
Qt::AspectRatioMode | aspectRatioMode = Qt::KeepAspectRatio |
Qt::WindowFlags | nonFullScreenFlags |
bool | wasFullScreen = false |
QVideoWindow * | videoWindow = nullptr |
QWidget * | windowContainer = nullptr |
QPoint | nonFullscreenPos |
Definition at line 28 of file qvideowidget_p.h.
bool QVideoWidgetPrivate::createBackend | ( | ) |
Qt::AspectRatioMode QVideoWidgetPrivate::aspectRatioMode = Qt::KeepAspectRatio |
Definition at line 33 of file qvideowidget_p.h.
Qt::WindowFlags QVideoWidgetPrivate::nonFullScreenFlags |
Definition at line 34 of file qvideowidget_p.h.
QPoint QVideoWidgetPrivate::nonFullscreenPos |
Definition at line 39 of file qvideowidget_p.h.
Referenced by QVideoWidget::setFullScreen().
QVideoWidget* QVideoWidgetPrivate::q_ptr = nullptr |
Definition at line 32 of file qvideowidget_p.h.
QVideoWindow* QVideoWidgetPrivate::videoWindow = nullptr |
Definition at line 37 of file qvideowidget_p.h.
Referenced by QVideoWidget::~QVideoWidget(), QVideoWidget::aspectRatioMode(), QVideoWidget::setAspectRatioMode(), and QVideoWidget::videoSink().
bool QVideoWidgetPrivate::wasFullScreen = false |
Definition at line 35 of file qvideowidget_p.h.
Definition at line 38 of file qvideowidget_p.h.
Referenced by QVideoWidget::resizeEvent().