Documentation tweaks.

Mostly move widgets classes into the QtMultimediaWidgets module, but
also mark a few mostly internal playlist classes as \internal.  A few other
tweaks.

Change-Id: If0e376410bf2187cafb24f583108c6beb7b910a9
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Michael Goddard
2012-02-06 15:49:54 +10:00
committed by Qt by Nokia
parent 51ca5582c2
commit c0fd63d143
11 changed files with 72 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
\brief The QCameraViewfinder class provides a camera viewfinder widget.
\inmodule QtMultimedia
\inmodule QtMultimediaWidgets
\ingroup camera
\snippet doc/src/snippets/multimedia-snippets/camera.cpp Camera

View File

@@ -173,7 +173,7 @@ void QGraphicsVideoItemPrivate::_q_serviceDestroyed()
\brief The QGraphicsVideoItem class provides a graphics item which display video produced by a QMediaObject.
\inmodule QtMultimedia
\inmodule QtMultimediaWidgets
\ingroup multimedia
Attaching a QGraphicsVideoItem to a QMediaObject allows it to display

View File

@@ -584,9 +584,7 @@ void QVideoWidgetPrivate::_q_dimensionsChanged()
\brief The QVideoWidget class provides a widget which presents video
produced by a media object.
\ingroup multimedia
\inmodule QtMultimedia
\inmodule QtMultimedia
\inmodule QtMultimediaWidgets
Attaching a QVideoWidget to a QMediaObject allows it to display the
video or image output of that media object. A QVideoWidget is attached

View File

@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
\brief The QVideoWidgetControl class provides a media control which
implements a video widget.
\inmodule QtMultimedia
\inmodule QtMultimediaWidgets
\ingroup multimedia-serv
The videoWidget() property of QVideoWidgetControl provides a pointer to a

View File

@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QVideoWindowControl
\inmodule QtMultimedia
\inmodule QtMultimediaWidgets
\ingroup multimedia-serv
\brief The QVideoWindowControl class provides a media control for rendering video to a window.