Home
last modified time | relevance | path

Searched refs:outAspectRatioModeChanged (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/widgets/QtAVWidgets/
H A DWidgetRenderer.h45 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
59 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
H A DGLWidgetRenderer2.h52 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
66 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
H A DOpenGLWidgetRenderer.h50 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
64 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
H A DGraphicsItemRenderer.h59 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
87 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/
H A DOpenGLWindowRenderer.h45 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
59 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
H A DVideoOutput.h49 …pectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
79 void outAspectRatioModeChanged() Q_DECL_OVERRIDE;
H A DVideoRenderer.h222 virtual void outAspectRatioModeChanged() {} in outAspectRatioModeChanged() function
/dports/multimedia/QtAV/QtAV-1.13.0/python/sip/QtAVWidgets/
H A DWidgetRenderer.sip34 void outAspectRatioModeChanged();
H A DGLWidgetRenderer2.sip44 void outAspectRatioModeChanged();
H A DOpenGLWidgetRenderer.sip44 void outAspectRatioModeChanged();
H A DGraphicsItemRenderer.sip54 void outAspectRatioModeChanged();
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/video/
H A DVideoRenderer.cpp144 Q_EMIT outAspectRatioModeChanged(); in setOutAspectRatioMode()
166 Q_EMIT outAspectRatioModeChanged(); in setOutAspectRatio()