Doc: Changed \qmlclass to \qmltype and added \instantiates
-New qdoc command \qmltype replaces \qmlclass -\instantiates <C++ class> for determining if the QML type has a C++ implementation Change-Id: I83d1e2c3f376f96ea51afedadf88c3cf478e33d8 Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b976589a66
commit
011e151c4e
@@ -43,7 +43,7 @@ import QtQuick 2.0
|
||||
import QtMultimedia 5.0
|
||||
|
||||
/*!
|
||||
\qmlclass Video
|
||||
\qmltype Video
|
||||
\inherits Item
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_video_qml
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass Audio QDeclarativeAudio
|
||||
\qmltype Audio
|
||||
\instantiates QDeclarativeAudio
|
||||
\brief Add audio playback to a scene.
|
||||
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
@@ -1118,7 +1119,8 @@ void QDeclarativeAudio::_q_statusChanged()
|
||||
///////////// MediaPlayer Docs /////////////
|
||||
|
||||
/*!
|
||||
\qmlclass MediaPlayer QDeclarativeAudio
|
||||
\qmltype MediaPlayer
|
||||
\instantiates QDeclarativeAudio
|
||||
\brief Add media playback to a scene.
|
||||
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
|
||||
@@ -74,7 +74,8 @@ void QDeclarativeCamera::_q_availabilityChanged(QtMultimedia::AvailabilityStatus
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlclass Camera QDeclarativeCamera
|
||||
\qmltype Camera
|
||||
\instantiates QDeclarativeCamera
|
||||
\brief Access viewfinder frames, and take photos and movies.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraCapture QDeclarativeCameraCapture
|
||||
\qmltype CameraCapture
|
||||
\instantiates QDeclarativeCameraCapture
|
||||
\brief An interface for capturing camera images
|
||||
\ingroup multimedia_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraExposure QDeclarativeCameraExposure
|
||||
\qmltype CameraExposure
|
||||
\instantiates QDeclarativeCameraExposure
|
||||
\brief An interface for exposure related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraFlash QDeclarativeCameraFlash
|
||||
\qmltype CameraFlash
|
||||
\instantiates QDeclarativeCameraFlash
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief An interface for flash related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraFocus QDeclarativeCameraFocus
|
||||
\qmltype CameraFocus
|
||||
\instantiates QDeclarativeCameraFocus
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief An interface for focus related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraImageProcessing QDeclarativeCameraImageProcessing
|
||||
\qmltype CameraImageProcessing
|
||||
\instantiates QDeclarativeCameraImageProcessing
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief An interface for camera capture related settings.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraRecorder QDeclarativeCameraRecorder
|
||||
\qmltype CameraRecorder
|
||||
\instantiates QDeclarativeCameraRecorder
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief Controls video recording with the Camera.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass Radio QDeclarativeRadio
|
||||
\qmltype Radio
|
||||
\instantiates QDeclarativeRadio
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief Access radio functionality from a QML application.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass RadioData QDeclarativeRadioData
|
||||
\qmltype RadioData
|
||||
\instantiates QDeclarativeRadioData
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief Access RDS data from a QML application.
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass Torch QDeclarativeTorch
|
||||
\qmltype Torch
|
||||
\instantiates QDeclarativeTorch
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief Simple control over torch functionality
|
||||
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass VideoOutput QDeclarativeVideoOutput
|
||||
\qmltype VideoOutput
|
||||
\instantiates QDeclarativeVideoOutput
|
||||
\brief Render video or camera viewfinder.
|
||||
|
||||
\ingroup multimedia_qml
|
||||
|
||||
Reference in New Issue
Block a user