Updating brief layout of QML types
Change-Id: I1dcd7bf7427f25bb9e19cbe3c7e17808b0fc9708 Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: Peter Yard <peter.yard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
a34ff2d3e0
commit
940ef93c30
@@ -58,7 +58,7 @@ QT_USE_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass AudioEngine QDeclarativeAudioEngine
|
\qmlclass AudioEngine QDeclarativeAudioEngine
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The AudioEngine type allows you to organize all your 3d audio content in one place.
|
\brief Organize all your 3d audio content in one place.
|
||||||
\inqmlmodule QtAudioEngine 1
|
\inqmlmodule QtAudioEngine 1
|
||||||
\ingroup multimedia_audioengine
|
\ingroup multimedia_audioengine
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ QT_USE_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass AudioListener QDeclarativeAudioListener
|
\qmlclass AudioListener QDeclarativeAudioListener
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The AudioListener type allows you to control global listener parameters.
|
\brief Control global listener parameters.
|
||||||
\inqmlmodule QtAudioEngine 1
|
\inqmlmodule QtAudioEngine 1
|
||||||
\ingroup multimedia_audioengine
|
\ingroup multimedia_audioengine
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ QT_USE_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass AudioSample QDeclarativeAudioSample
|
\qmlclass AudioSample QDeclarativeAudioSample
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The AudioSample type allows you to load audio samples, mostly wav file.
|
\brief Load audio samples, mostly .wav.
|
||||||
\inqmlmodule QtAudioEngine 1
|
\inqmlmodule QtAudioEngine 1
|
||||||
\ingroup multimedia_audioengine
|
\ingroup multimedia_audioengine
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ QT_USE_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass PlayVariation QDeclarativePlayVariation
|
\qmlclass PlayVariation QDeclarativePlayVariation
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The PlayVariation type allows you to define a playback variation for \l {Sound} {sounds}.
|
\brief Define a playback variation for \l {Sound} {sounds}.
|
||||||
So each time the playback of the same sound can be a slightly different even with the same
|
So each time the playback of the same sound can be a slightly different even with the same
|
||||||
AudioSample.
|
AudioSample.
|
||||||
|
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ void QDeclarativeSoundCone::componentComplete()
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass Sound QDeclarativeSound
|
\qmlclass Sound QDeclarativeSound
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The Sound type allows you to define a variety of samples and parameters to be used for
|
\brief Define a variety of samples and parameters to be used for
|
||||||
SoundInstance.
|
SoundInstance.
|
||||||
\inqmlmodule QtAudioEngine 1
|
\inqmlmodule QtAudioEngine 1
|
||||||
\ingroup multimedia_audioengine
|
\ingroup multimedia_audioengine
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ QT_USE_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass SoundInstance QDeclarativeSoundInstance
|
\qmlclass SoundInstance QDeclarativeSoundInstance
|
||||||
\since 5.0
|
\since 5.0
|
||||||
\brief The SoundInstance type allows you to play 3d audio content.
|
\brief Play 3d audio content.
|
||||||
\inqmlmodule QtAudioEngine 1
|
\inqmlmodule QtAudioEngine 1
|
||||||
\ingroup multimedia_audioengine
|
\ingroup multimedia_audioengine
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ import QtMultimedia 5.0
|
|||||||
\inherits Item
|
\inherits Item
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup multimedia_video_qml
|
\ingroup multimedia_video_qml
|
||||||
\brief A convenience type for showing a specified video
|
\brief A convenience type for showing a specified video.
|
||||||
|
|
||||||
\c Video is a convenience type combining the functionality
|
\c Video is a convenience type combining the functionality
|
||||||
of a \l MediaPlayer and a \l VideoOutput into one. It provides
|
of a \l MediaPlayer and a \l VideoOutput into one. It provides
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass Audio QDeclarativeAudio
|
\qmlclass Audio QDeclarativeAudio
|
||||||
\brief The Audio type allows you to add audio playback to a scene.
|
\brief Add audio playback to a scene.
|
||||||
|
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
@@ -1106,7 +1106,7 @@ void QDeclarativeAudio::_q_statusChanged()
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass MediaPlayer QDeclarativeAudio
|
\qmlclass MediaPlayer QDeclarativeAudio
|
||||||
\brief The MediaPlayer type allows you to add media playback to a scene.
|
\brief Add media playback to a scene.
|
||||||
|
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ void QDeclarativeCamera::_q_availabilityChanged(QtMultimedia::AvailabilityError
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass Camera QDeclarativeCamera
|
\qmlclass Camera QDeclarativeCamera
|
||||||
\brief The Camera type allows you to access viewfinder frames, and take photos and movies.
|
\brief Access viewfinder frames, and take photos and movies.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass CameraCapture QDeclarativeCameraCapture
|
\qmlclass CameraCapture QDeclarativeCameraCapture
|
||||||
\brief The CameraCapture type provides an interface for capturing camera images
|
\brief An interface for capturing camera images
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass CameraExposure QDeclarativeCameraExposure
|
\qmlclass CameraExposure QDeclarativeCameraExposure
|
||||||
\brief The CameraExposure type provides interface for exposure related camera settings.
|
\brief An interface for exposure related camera settings.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass CameraFlash QDeclarativeCameraFlash
|
\qmlclass CameraFlash QDeclarativeCameraFlash
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The CameraFlash type provides interface for flash related camera settings.
|
\brief An interface for flash related camera settings.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass CameraFocus QDeclarativeCameraFocus
|
\qmlclass CameraFocus QDeclarativeCameraFocus
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The CameraFocus type provides interface for focus related camera settings.
|
\brief An interface for focus related camera settings.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\class QDeclarativeCameraFocus
|
\class QDeclarativeCameraFocus
|
||||||
\internal
|
\internal
|
||||||
\brief The CameraFocus provides interface for focus related camera settings.
|
\brief An interface for focus related camera settings.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass CameraImageProcessing QDeclarativeCameraImageProcessing
|
\qmlclass CameraImageProcessing QDeclarativeCameraImageProcessing
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The CameraImageProcessing type provides an interface for camera capture related settings
|
\brief An interface for camera capture related settings.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass CameraRecorder QDeclarativeCameraRecorder
|
\qmlclass CameraRecorder QDeclarativeCameraRecorder
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The CameraRecorder type controls video recording with the Camera.
|
\brief Controls video recording with the Camera.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup camera_qml
|
\ingroup camera_qml
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass Radio QDeclarativeRadio
|
\qmlclass Radio QDeclarativeRadio
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The Radio type allows you to access radio functionality from a QML application.
|
\brief Access radio functionality from a QML application.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup multimedia_radio_qml
|
\ingroup multimedia_radio_qml
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass RadioData QDeclarativeRadioData
|
\qmlclass RadioData QDeclarativeRadioData
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The RadioData type allows you to access RDS data from a QML application.
|
\brief Access RDS data from a QML application.
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup multimedia_radio_qml
|
\ingroup multimedia_radio_qml
|
||||||
\inherits Item
|
\inherits Item
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
/*!
|
/*!
|
||||||
\qmlclass Torch QDeclarativeTorch
|
\qmlclass Torch QDeclarativeTorch
|
||||||
\inqmlmodule QtMultimedia 5
|
\inqmlmodule QtMultimedia 5
|
||||||
\brief The Torch type provides simple control over torch functionality
|
\brief Simple control over torch functionality
|
||||||
|
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlclass VideoOutput QDeclarativeVideoOutput
|
\qmlclass VideoOutput QDeclarativeVideoOutput
|
||||||
\brief The VideoOutput type allows you to render video or camera viewfinder.
|
\brief Render video or camera viewfinder.
|
||||||
|
|
||||||
\ingroup multimedia_qml
|
\ingroup multimedia_qml
|
||||||
\ingroup multimedia_video_qml
|
\ingroup multimedia_video_qml
|
||||||
|
|||||||
Reference in New Issue
Block a user