summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets/qvideowindowcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimediawidgets/qvideowindowcontrol.cpp')
-rw-r--r--src/multimediawidgets/qvideowindowcontrol.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/multimediawidgets/qvideowindowcontrol.cpp b/src/multimediawidgets/qvideowindowcontrol.cpp
index 72acf981d..d2993425f 100644
--- a/src/multimediawidgets/qvideowindowcontrol.cpp
+++ b/src/multimediawidgets/qvideowindowcontrol.cpp
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
\inmodule QtMultimedia
\ingroup multimedia-serv
\brief The QVideoWindowControl class provides a media control for rendering video to a window.
- \since 1.0
The winId() property QVideoWindowControl allows a platform specific window
@@ -97,26 +96,22 @@ QVideoWindowControl::~QVideoWindowControl()
\fn QVideoWindowControl::winId() const
Returns the ID of the window a video overlay end point renders to.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setWinId(WId id)
Sets the \a id of the window a video overlay end point renders to.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::displayRect() const
Returns the sub-rect of a window where video is displayed.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setDisplayRect(const QRect &rect)
Sets the sub-\a rect of a window where video is displayed.
- \since 1.0
*/
/*!
@@ -125,28 +120,24 @@ QVideoWindowControl::~QVideoWindowControl()
Identifies if a video overlay is a fullScreen overlay.
Returns true if the video overlay is fullScreen, and false otherwise.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::setFullScreen(bool fullScreen)
Sets whether a video overlay is a \a fullScreen overlay.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::fullScreenChanged(bool fullScreen)
Signals that the \a fullScreen state of a video overlay has changed.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::repaint()
Repaints the last frame.
- \since 1.0
*/
/*!
@@ -154,14 +145,12 @@ QVideoWindowControl::~QVideoWindowControl()
Returns a suggested size for the video display based on the resolution and aspect ratio of the
video.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::nativeSizeChanged()
Signals that the native dimensions of the video have changed.
- \since 1.0
*/
@@ -169,7 +158,6 @@ QVideoWindowControl::~QVideoWindowControl()
\fn QVideoWindowControl::aspectRatioMode() const
Returns how video is scaled to fit the display region with respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -177,7 +165,6 @@ QVideoWindowControl::~QVideoWindowControl()
Sets the aspect ratio \a mode which determines how video is scaled to the fit the display region
with respect to its aspect ratio.
- \since 1.0
*/
/*!
@@ -186,7 +173,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the brightness adjustment applied to a video overlay.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -195,14 +181,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a brightness adjustment for a video overlay.
Valid brightness values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::brightnessChanged(int brightness)
Signals that a video overlay's \a brightness adjustment has changed.
- \since 1.0
*/
/*!
@@ -211,7 +195,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the contrast adjustment applied to a video overlay.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -220,14 +203,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets the \a contrast adjustment for a video overlay.
Valid contrast values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::contrastChanged(int contrast)
Signals that a video overlay's \a contrast adjustment has changed.
- \since 1.0
*/
/*!
@@ -236,7 +217,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the hue adjustment applied to a video overlay.
Value hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -245,14 +225,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a hue adjustment for a video overlay.
Valid hue values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::hueChanged(int hue)
Signals that a video overlay's \a hue adjustment has changed.
- \since 1.0
*/
/*!
@@ -261,7 +239,6 @@ QVideoWindowControl::~QVideoWindowControl()
Returns the saturation adjustment applied to a video overlay.
Value saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
@@ -269,14 +246,12 @@ QVideoWindowControl::~QVideoWindowControl()
Sets a \a saturation adjustment for a video overlay.
Valid saturation values range between -100 and 100, the default is 0.
- \since 1.0
*/
/*!
\fn QVideoWindowControl::saturationChanged(int saturation)
Signals that a video overlay's \a saturation adjustment has changed.
- \since 1.0
*/
#include "moc_qvideowindowcontrol.cpp"