Doc: Removing version number from the QDoc comments.
The version is not needed anymore and QDoc handles them as a different module, causing errors. Task-number: QTBUG-32172 Change-Id: I55054a6c7bce9e001ef03cce944b03375c851d15 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
40908fdb77
commit
43be5d9763
File diff suppressed because it is too large
Load Diff
@@ -223,11 +223,11 @@ QDeclarativeCamera::Error QDeclarativeCamera::errorCode() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::Camera::errorString
|
||||
\qmlproperty string QtMultimedia::Camera::errorString
|
||||
|
||||
This property holds the last error string, if any.
|
||||
|
||||
\sa QtMultimedia5::Camera::onError
|
||||
\sa QtMultimedia::Camera::onError
|
||||
*/
|
||||
QString QDeclarativeCamera::errorString() const
|
||||
{
|
||||
@@ -235,7 +235,7 @@ QString QDeclarativeCamera::errorString() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::availability
|
||||
\qmlproperty enumeration QtMultimedia::Camera::availability
|
||||
|
||||
This property holds the availability state of the camera.
|
||||
|
||||
@@ -262,7 +262,7 @@ QDeclarativeCamera::Availability QDeclarativeCamera::availability() const
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::captureMode
|
||||
\qmlproperty enumeration QtMultimedia::Camera::captureMode
|
||||
|
||||
This property holds the camera capture mode, which can be one of the
|
||||
following:
|
||||
@@ -293,7 +293,7 @@ void QDeclarativeCamera::setCaptureMode(QDeclarativeCamera::CaptureMode mode)
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::cameraState
|
||||
\qmlproperty enumeration QtMultimedia::Camera::cameraState
|
||||
|
||||
This property holds the camera object's current state, which can be one of the following:
|
||||
|
||||
@@ -330,7 +330,7 @@ QDeclarativeCamera::State QDeclarativeCamera::cameraState() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::cameraStatus
|
||||
\qmlproperty enumeration QtMultimedia::Camera::cameraStatus
|
||||
|
||||
This property holds the camera object's current status, which can be one of the following:
|
||||
|
||||
@@ -407,7 +407,7 @@ void QDeclarativeCamera::setCameraState(QDeclarativeCamera::State state)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Camera::start()
|
||||
\qmlmethod QtMultimedia::Camera::start()
|
||||
|
||||
Starts the camera. Viewfinder frames will
|
||||
be available and image or movie capture will
|
||||
@@ -419,7 +419,7 @@ void QDeclarativeCamera::start()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Camera::stop()
|
||||
\qmlmethod QtMultimedia::Camera::stop()
|
||||
|
||||
Stops the camera, but leaves the camera
|
||||
stack loaded.
|
||||
@@ -431,7 +431,7 @@ void QDeclarativeCamera::stop()
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::lockStatus
|
||||
\qmlproperty enumeration QtMultimedia::Camera::lockStatus
|
||||
|
||||
This property holds the status of all the requested camera locks.
|
||||
|
||||
@@ -492,7 +492,7 @@ QDeclarativeCamera::LockStatus QDeclarativeCamera::lockStatus() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Camera::searchAndLock()
|
||||
\qmlmethod QtMultimedia::Camera::searchAndLock()
|
||||
|
||||
Start focusing, exposure and white balance calculation.
|
||||
|
||||
@@ -507,7 +507,7 @@ void QDeclarativeCamera::searchAndLock()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Camera::unlock()
|
||||
\qmlmethod QtMultimedia::Camera::unlock()
|
||||
|
||||
Unlock focus, exposure and white balance locks.
|
||||
*/
|
||||
@@ -521,7 +521,7 @@ void QDeclarativeCamera::unlock()
|
||||
This property holds the maximum optical zoom factor supported, or 1.0 if optical zoom is not supported.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::Camera::maximumOpticalZoom
|
||||
\qmlproperty real QtMultimedia::Camera::maximumOpticalZoom
|
||||
|
||||
This property holds the maximum optical zoom factor supported, or 1.0 if optical zoom is not supported.
|
||||
*/
|
||||
@@ -535,7 +535,7 @@ qreal QDeclarativeCamera::maximumOpticalZoom() const
|
||||
This property holds the maximum digital zoom factor supported, or 1.0 if digital zoom is not supported.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::Camera::maximumDigitalZoom
|
||||
\qmlproperty real QtMultimedia::Camera::maximumDigitalZoom
|
||||
|
||||
This property holds the maximum digital zoom factor supported, or 1.0 if digital zoom is not supported.
|
||||
*/
|
||||
@@ -550,7 +550,7 @@ qreal QDeclarativeCamera::maximumDigitalZoom() const
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::Camera::opticalZoom
|
||||
\qmlproperty real QtMultimedia::Camera::opticalZoom
|
||||
|
||||
This property holds the current optical zoom factor.
|
||||
*/
|
||||
@@ -569,7 +569,7 @@ void QDeclarativeCamera::setOpticalZoom(qreal value)
|
||||
This property holds the current digital zoom factor.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::Camera::digitalZoom
|
||||
\qmlproperty real QtMultimedia::Camera::digitalZoom
|
||||
|
||||
This property holds the current digital zoom factor.
|
||||
*/
|
||||
@@ -584,21 +584,21 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty variant QtMultimedia5::Camera::mediaObject
|
||||
\qmlproperty variant QtMultimedia::Camera::mediaObject
|
||||
|
||||
This property holds the media object for the camera.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Camera::errorCode
|
||||
\qmlproperty enumeration QtMultimedia::Camera::errorCode
|
||||
|
||||
This property holds the last error code.
|
||||
|
||||
\sa QtMultimedia5::Camera::onError
|
||||
\sa QtMultimedia::Camera::onError
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::Camera::onError(errorCode, errorString)
|
||||
\qmlsignal QtMultimedia::Camera::onError(errorCode, errorString)
|
||||
|
||||
This handler is called when an error occurs. The enumeration value
|
||||
\a errorCode is one of the values defined below, and a descriptive string
|
||||
|
||||
@@ -137,7 +137,7 @@ QDeclarativeCameraCapture::~QDeclarativeCameraCapture()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::CameraCapture::ready
|
||||
\qmlproperty bool QtMultimedia::CameraCapture::ready
|
||||
|
||||
This property holds a bool value indicating whether the camera
|
||||
is ready to capture photos or not.
|
||||
@@ -154,7 +154,7 @@ bool QDeclarativeCameraCapture::isReadyForCapture() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraCapture::capture()
|
||||
\qmlmethod QtMultimedia::CameraCapture::capture()
|
||||
|
||||
Start image capture. The \l onImageCaptured() and \l onImageSaved() signals will
|
||||
be emitted when the capture is complete.
|
||||
@@ -177,7 +177,7 @@ int QDeclarativeCameraCapture::capture()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraCapture::captureToLocation(location)
|
||||
\qmlmethod QtMultimedia::CameraCapture::captureToLocation(location)
|
||||
|
||||
Start image capture to specified \a location. The \l onImageCaptured() and \l onImageSaved() signals will
|
||||
be emitted when the capture is complete.
|
||||
@@ -196,7 +196,7 @@ int QDeclarativeCameraCapture::captureToLocation(const QString &location)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraCapture::cancelCapture()
|
||||
\qmlmethod QtMultimedia::CameraCapture::cancelCapture()
|
||||
|
||||
Cancel pending image capture requests.
|
||||
*/
|
||||
@@ -211,7 +211,7 @@ void QDeclarativeCameraCapture::cancelCapture()
|
||||
This property holds the location of the last captured image.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraCapture::capturedImagePath
|
||||
\qmlproperty string QtMultimedia::CameraCapture::capturedImagePath
|
||||
|
||||
This property holds the location of the last captured image.
|
||||
*/
|
||||
@@ -254,7 +254,7 @@ void QDeclarativeCameraCapture::_q_captureFailed(int id, QCameraImageCapture::Er
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty size QtMultimedia5::CameraCapture::resolution
|
||||
\qmlproperty size QtMultimedia::CameraCapture::resolution
|
||||
|
||||
This property holds the resolution/size of the image to be captured.
|
||||
If empty, the system chooses the appropriate resolution.
|
||||
@@ -285,7 +285,7 @@ QCameraImageCapture::Error QDeclarativeCameraCapture::error() const
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraCapture::errorString
|
||||
\qmlproperty string QtMultimedia::CameraCapture::errorString
|
||||
|
||||
This property holds the error message related to the last capture.
|
||||
*/
|
||||
@@ -295,7 +295,7 @@ QString QDeclarativeCameraCapture::errorString() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraCapture::setMetadata(key, value)
|
||||
\qmlmethod QtMultimedia::CameraCapture::setMetadata(key, value)
|
||||
|
||||
|
||||
Sets a particular metadata \a key to \a value for the subsequent image captures.
|
||||
@@ -309,14 +309,14 @@ void QDeclarativeCameraCapture::setMetadata(const QString &key, const QVariant &
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraCapture::onCaptureFailed(requestId, message)
|
||||
\qmlsignal QtMultimedia::CameraCapture::onCaptureFailed(requestId, message)
|
||||
|
||||
This handler is called when an error occurs during capture with \a requestId.
|
||||
A descriptive message is available in \a message.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraCapture::onImageCaptured(requestId, preview)
|
||||
\qmlsignal QtMultimedia::CameraCapture::onImageCaptured(requestId, preview)
|
||||
|
||||
This handler is called when an image with \a requestId has been captured
|
||||
but not yet saved to the filesystem. The \a preview
|
||||
@@ -326,7 +326,7 @@ void QDeclarativeCameraCapture::setMetadata(const QString &key, const QVariant &
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraCapture::onImageSaved(requestId, path)
|
||||
\qmlsignal QtMultimedia::CameraCapture::onImageSaved(requestId, path)
|
||||
|
||||
This handler is called after the image with \a requestId has been written to the filesystem.
|
||||
The \a path is a local file path, not a URL.
|
||||
@@ -336,7 +336,7 @@ void QDeclarativeCameraCapture::setMetadata(const QString &key, const QVariant &
|
||||
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraCapture::onImageMetadataAvailable(requestId, key, value)
|
||||
\qmlsignal QtMultimedia::CameraCapture::onImageMetadataAvailable(requestId, key, value)
|
||||
|
||||
This handler is called when the image with \a requestId has new metadata
|
||||
available with the key \a key and value \a value.
|
||||
|
||||
@@ -124,7 +124,7 @@ QDeclarativeCameraExposure::~QDeclarativeCameraExposure()
|
||||
This property holds the adjustment value for the automatically calculated exposure. The value is in EV units.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::exposureCompensation
|
||||
\qmlproperty real QtMultimedia::CameraExposure::exposureCompensation
|
||||
|
||||
This property holds the adjustment value for the automatically calculated exposure. The value is
|
||||
in EV units.
|
||||
@@ -144,7 +144,7 @@ void QDeclarativeCameraExposure::setExposureCompensation(qreal ev)
|
||||
This property holds the sensor's ISO sensitivity value.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraExposure::iso
|
||||
\qmlproperty int QtMultimedia::CameraExposure::iso
|
||||
|
||||
This property holds the sensor's ISO sensitivity value.
|
||||
*/
|
||||
@@ -161,7 +161,7 @@ int QDeclarativeCameraExposure::isoSensitivity() const
|
||||
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::shutterSpeed
|
||||
\qmlproperty real QtMultimedia::CameraExposure::shutterSpeed
|
||||
|
||||
This property holds the camera's current shutter speed value in seconds.
|
||||
To affect the shutter speed you can use the \l manualShutterSpeed
|
||||
@@ -180,7 +180,7 @@ qreal QDeclarativeCameraExposure::shutterSpeed() const
|
||||
\sa manualAperture, setAutoAperture()
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::aperture
|
||||
\qmlproperty real QtMultimedia::CameraExposure::aperture
|
||||
|
||||
This property holds the current lens aperture as an F number (the ratio of
|
||||
the focal length to effective aperture diameter).
|
||||
@@ -202,7 +202,7 @@ qreal QDeclarativeCameraExposure::aperture() const
|
||||
\sa iso, setAutoIsoSensitivity()
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::manualIso
|
||||
\qmlproperty real QtMultimedia::CameraExposure::manualIso
|
||||
|
||||
This property holds the ISO settings for capturing photos.
|
||||
|
||||
@@ -237,7 +237,7 @@ void QDeclarativeCameraExposure::setManualIsoSensitivity(int iso)
|
||||
\l shutterSpeed, setAutoShutterSpeed()
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::manualShutterSpeed
|
||||
\qmlproperty real QtMultimedia::CameraExposure::manualShutterSpeed
|
||||
|
||||
This property holds the shutter speed value (in seconds).
|
||||
If the value is less than zero, the camera automatically
|
||||
@@ -272,7 +272,7 @@ void QDeclarativeCameraExposure::setManualShutterSpeed(qreal speed)
|
||||
\l aperture, setAutoAperture()
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty real QtMultimedia5::CameraExposure::manualAperture
|
||||
\qmlproperty real QtMultimedia::CameraExposure::manualAperture
|
||||
|
||||
This property holds the aperture (F number) value
|
||||
for capturing photos.
|
||||
@@ -299,7 +299,7 @@ void QDeclarativeCameraExposure::setManualAperture(qreal aperture)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraExposure::setAutoAperture()
|
||||
\qmlmethod QtMultimedia::CameraExposure::setAutoAperture()
|
||||
Turn on auto aperture selection. The manual aperture value is reset to -1.0
|
||||
*/
|
||||
void QDeclarativeCameraExposure::setAutoAperture()
|
||||
@@ -308,7 +308,7 @@ void QDeclarativeCameraExposure::setAutoAperture()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraExposure::setAutoShutterSpeed()
|
||||
\qmlmethod QtMultimedia::CameraExposure::setAutoShutterSpeed()
|
||||
Turn on auto shutter speed selection. The manual shutter speed value is reset to -1.0
|
||||
*/
|
||||
void QDeclarativeCameraExposure::setAutoShutterSpeed()
|
||||
@@ -317,7 +317,7 @@ void QDeclarativeCameraExposure::setAutoShutterSpeed()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraExposure::setAutoIsoSensitivity()
|
||||
\qmlmethod QtMultimedia::CameraExposure::setAutoIsoSensitivity()
|
||||
Turn on auto ISO sensitivity selection. The manual ISO value is reset to -1.
|
||||
*/
|
||||
void QDeclarativeCameraExposure::setAutoIsoSensitivity()
|
||||
@@ -330,7 +330,7 @@ void QDeclarativeCameraExposure::setAutoIsoSensitivity()
|
||||
This property holds the camera exposure mode. The mode can one of the values in \l QCameraExposure::ExposureMode.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraExposure::exposureMode
|
||||
\qmlproperty enumeration QtMultimedia::CameraExposure::exposureMode
|
||||
|
||||
This property holds the camera exposure mode.
|
||||
|
||||
@@ -373,7 +373,7 @@ void QDeclarativeCameraExposure::setExposureMode(QDeclarativeCamera::ExposureMod
|
||||
typically defaults to the center \c (0.5, 0.5).
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty QPointF QtMultimedia5::CameraExposure::spotMeteringPoint
|
||||
\qmlproperty QPointF QtMultimedia::CameraExposure::spotMeteringPoint
|
||||
|
||||
The property holds the frame coordinates of the point to use for exposure metering.
|
||||
This point is only used in spot metering mode, and it typically defaults
|
||||
@@ -400,7 +400,7 @@ void QDeclarativeCameraExposure::setSpotMeteringPoint(const QPointF &point)
|
||||
The mode can be one of the constants in \l QCameraExposure::MeteringMode.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraExposure::meteringMode
|
||||
\qmlproperty enumeration QtMultimedia::CameraExposure::meteringMode
|
||||
|
||||
This property holds the camera metering mode (how exposure is balanced).
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ QDeclarativeCameraFlash::~QDeclarativeCameraFlash()
|
||||
This property indicates whether the flash is charged.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::CameraFlash::ready
|
||||
\qmlproperty bool QtMultimedia::CameraFlash::ready
|
||||
|
||||
This property indicates whether the flash is charged.
|
||||
*/
|
||||
@@ -109,7 +109,7 @@ bool QDeclarativeCameraFlash::isFlashReady() const
|
||||
This property holds the camera flash mode. The mode can be one of the constants in \l QCameraExposure::FlashMode.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraFlash::mode
|
||||
\qmlproperty enumeration QtMultimedia::CameraFlash::mode
|
||||
|
||||
This property holds the camera flash mode.
|
||||
|
||||
@@ -145,13 +145,13 @@ void QDeclarativeCameraFlash::setFlashMode(int mode)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraFlash::flashModeChanged(int)
|
||||
\qmlsignal QtMultimedia::CameraFlash::flashModeChanged(int)
|
||||
This signal is emitted when the \c flashMode property is changed.
|
||||
The corresponding handler is \c onFlashModeChanged.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::CameraFlash::flashReady(bool)
|
||||
\qmlsignal QtMultimedia::CameraFlash::flashReady(bool)
|
||||
This signal is emitted when QCameraExposure indicates that
|
||||
the flash is ready to use.
|
||||
The corresponsing handler is \c onFlashReadyChanged.
|
||||
|
||||
@@ -167,7 +167,7 @@ QDeclarativeCamera::FocusMode QDeclarativeCameraFocus::focusMode() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod bool QtMultimedia5::CameraFocus::isFocusModeSupported(mode) const
|
||||
\qmlmethod bool QtMultimedia::CameraFocus::isFocusModeSupported(mode) const
|
||||
|
||||
Returns true if the supplied \a mode is a supported focus mode, and
|
||||
false otherwise.
|
||||
@@ -235,7 +235,7 @@ void QDeclarativeCameraFocus::setFocusPointMode(QDeclarativeCamera::FocusPointMo
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod bool QtMultimedia5::CameraFocus::isFocusPointModeSupported(mode) const
|
||||
\qmlmethod bool QtMultimedia::CameraFocus::isFocusPointModeSupported(mode) const
|
||||
|
||||
Returns true if the supplied \a mode is a supported focus point mode, and
|
||||
false otherwise.
|
||||
@@ -255,7 +255,7 @@ bool QDeclarativeCameraFocus::isFocusPointModeSupported(QDeclarativeCamera::Focu
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty point QtMultimedia5::CameraFocus::customFocusPoint
|
||||
\qmlproperty point QtMultimedia::CameraFocus::customFocusPoint
|
||||
|
||||
This property holds the position of custom focus point, in relative frame coordinates:
|
||||
QPointF(0,0) points to the left top frame point, QPointF(0.5,0.5)
|
||||
@@ -289,7 +289,7 @@ void QDeclarativeCameraFocus::setCustomFocusPoint(const QPointF &point)
|
||||
\endtable
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty list<focusZone> QtMultimedia5::CameraFocus::focusZones
|
||||
\qmlproperty list<focusZone> QtMultimedia::CameraFocus::focusZones
|
||||
|
||||
This property holds the list of current camera focus zones,
|
||||
each including \c area specified in the same coordinates as \l customFocusPoint,
|
||||
|
||||
@@ -95,7 +95,7 @@ QDeclarativeCameraImageProcessing::~QDeclarativeCameraImageProcessing()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraImageProcessing::whiteBalanceMode
|
||||
\qmlproperty enumeration QtMultimedia::CameraImageProcessing::whiteBalanceMode
|
||||
|
||||
\table
|
||||
\header \li Value \li Description
|
||||
@@ -127,7 +127,7 @@ void QDeclarativeCameraImageProcessing::setWhiteBalanceMode(QDeclarativeCameraIm
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::manualWhiteBalance
|
||||
\qmlproperty qreal QtMultimedia::CameraImageProcessing::manualWhiteBalance
|
||||
|
||||
The color temperature used when in manual white balance mode (WhiteBalanceManual).
|
||||
The units are Kelvin.
|
||||
@@ -148,7 +148,7 @@ void QDeclarativeCameraImageProcessing::setManualWhiteBalance(qreal colorTemp) c
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::contrast
|
||||
\qmlproperty qreal QtMultimedia::CameraImageProcessing::contrast
|
||||
|
||||
Image contrast adjustment.
|
||||
Valid contrast adjustment values range between -1.0 and 1.0, with a default of 0.
|
||||
@@ -167,7 +167,7 @@ void QDeclarativeCameraImageProcessing::setContrast(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::saturation
|
||||
\qmlproperty qreal QtMultimedia::CameraImageProcessing::saturation
|
||||
|
||||
Image saturation adjustment.
|
||||
Valid saturation adjustment values range between -1.0 and 1.0, the default is 0.
|
||||
@@ -186,7 +186,7 @@ void QDeclarativeCameraImageProcessing::setSaturation(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::sharpeningLevel
|
||||
\qmlproperty qreal QtMultimedia::CameraImageProcessing::sharpeningLevel
|
||||
|
||||
Adjustment of sharpening level applied to image.
|
||||
|
||||
@@ -207,7 +207,7 @@ void QDeclarativeCameraImageProcessing::setSharpeningLevel(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::denoisingLevel
|
||||
\qmlproperty qreal QtMultimedia::CameraImageProcessing::denoisingLevel
|
||||
|
||||
Adjustment of denoising applied to image.
|
||||
|
||||
@@ -228,12 +228,12 @@ void QDeclarativeCameraImageProcessing::setDenoisingLevel(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::Camera::whiteBalanceModeChanged(Camera::WhiteBalanceMode)
|
||||
\qmlsignal QtMultimedia::Camera::whiteBalanceModeChanged(Camera::WhiteBalanceMode)
|
||||
This signal is emitted when the \c whiteBalanceMode property is changed.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::Camera::manualWhiteBalanceChanged(qreal)
|
||||
\qmlsignal QtMultimedia::Camera::manualWhiteBalanceChanged(qreal)
|
||||
This signal is emitted when the \c manualWhiteBalance property is changed.
|
||||
*/
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ QDeclarativeCameraRecorder::~QDeclarativeCameraRecorder()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty size QtMultimedia5::CameraRecorder::resolution
|
||||
\qmlproperty size QtMultimedia::CameraRecorder::resolution
|
||||
|
||||
This property holds the video frame dimensions to be used for video capture.
|
||||
*/
|
||||
@@ -109,12 +109,12 @@ QSize QDeclarativeCameraRecorder::captureResolution()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::audioCodec
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::audioCodec
|
||||
|
||||
This property holds the audio codec to be used for recording video.
|
||||
Typically this is \c aac or \c amr-wb.
|
||||
|
||||
\sa {QtMultimedia5::CameraImageProcessing::whiteBalanceMode}{whileBalanceMode}
|
||||
\sa {QtMultimedia::CameraImageProcessing::whiteBalanceMode}{whileBalanceMode}
|
||||
*/
|
||||
QString QDeclarativeCameraRecorder::audioCodec() const
|
||||
{
|
||||
@@ -122,7 +122,7 @@ QString QDeclarativeCameraRecorder::audioCodec() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::videoCodec
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::videoCodec
|
||||
|
||||
This property holds the video codec to be used for recording video.
|
||||
Typically this is \c h264.
|
||||
@@ -133,7 +133,7 @@ QString QDeclarativeCameraRecorder::videoCodec() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::mediaContainer
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::mediaContainer
|
||||
|
||||
This property holds the media container to be used for recording video.
|
||||
Typically this is \c mp4.
|
||||
@@ -180,7 +180,7 @@ void QDeclarativeCameraRecorder::setMediaContainer(const QString &container)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty qreal QtMultimedia5::CameraRecorder::frameRate
|
||||
\qmlproperty qreal QtMultimedia::CameraRecorder::frameRate
|
||||
|
||||
This property holds the framerate (in frames per second) to be used for recording video.
|
||||
*/
|
||||
@@ -190,7 +190,7 @@ qreal QDeclarativeCameraRecorder::frameRate() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraRecorder::videoBitRate
|
||||
\qmlproperty int QtMultimedia::CameraRecorder::videoBitRate
|
||||
|
||||
This property holds the bit rate (in bits per second) to be used for recording video.
|
||||
*/
|
||||
@@ -200,7 +200,7 @@ int QDeclarativeCameraRecorder::videoBitRate() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraRecorder::audioBitRate
|
||||
\qmlproperty int QtMultimedia::CameraRecorder::audioBitRate
|
||||
|
||||
This property holds the audio bit rate (in bits per second) to be used for recording video.
|
||||
*/
|
||||
@@ -210,7 +210,7 @@ int QDeclarativeCameraRecorder::audioBitRate() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraRecorder::audioChannels
|
||||
\qmlproperty int QtMultimedia::CameraRecorder::audioChannels
|
||||
|
||||
This property indicates the number of audio channels to be encoded while
|
||||
recording video (1 is mono, 2 is stereo).
|
||||
@@ -221,7 +221,7 @@ int QDeclarativeCameraRecorder::audioChannels() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraRecorder::audioSampleRate
|
||||
\qmlproperty int QtMultimedia::CameraRecorder::audioSampleRate
|
||||
|
||||
This property holds the sample rate to be used to encode audio while recording video.
|
||||
*/
|
||||
@@ -231,7 +231,7 @@ int QDeclarativeCameraRecorder::audioSampleRate() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraRecorder::videoEncodingMode
|
||||
\qmlproperty enumeration QtMultimedia::CameraRecorder::videoEncodingMode
|
||||
|
||||
This property holds the type of encoding method to be used for recording video.
|
||||
|
||||
@@ -257,7 +257,7 @@ QDeclarativeCameraRecorder::EncodingMode QDeclarativeCameraRecorder::videoEncodi
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraRecorder::audioEncodingMode
|
||||
\qmlproperty enumeration QtMultimedia::CameraRecorder::audioEncodingMode
|
||||
|
||||
The type of encoding method to use when recording audio.
|
||||
|
||||
@@ -343,7 +343,7 @@ void QDeclarativeCameraRecorder::setVideoEncodingMode(QDeclarativeCameraRecorder
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraRecorder::errorCode
|
||||
\qmlproperty enumeration QtMultimedia::CameraRecorder::errorCode
|
||||
|
||||
This property holds the last error code.
|
||||
|
||||
@@ -369,7 +369,7 @@ QDeclarativeCameraRecorder::Error QDeclarativeCameraRecorder::errorCode() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::errorString
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::errorString
|
||||
|
||||
This property holds the description of the last error.
|
||||
*/
|
||||
@@ -379,7 +379,7 @@ QString QDeclarativeCameraRecorder::errorString() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraRecorder::recorderState
|
||||
\qmlproperty enumeration QtMultimedia::CameraRecorder::recorderState
|
||||
|
||||
This property holds the current state of the camera recorder object.
|
||||
|
||||
@@ -407,7 +407,7 @@ QDeclarativeCameraRecorder::RecorderState QDeclarativeCameraRecorder::recorderSt
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::CameraRecorder::recorderStatus
|
||||
\qmlproperty enumeration QtMultimedia::CameraRecorder::recorderStatus
|
||||
|
||||
This property holds the current status of media recording.
|
||||
|
||||
@@ -438,7 +438,7 @@ QDeclarativeCameraRecorder::RecorderStatus QDeclarativeCameraRecorder::recorderS
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraRecorder::record()
|
||||
\qmlmethod QtMultimedia::CameraRecorder::record()
|
||||
|
||||
Starts recording.
|
||||
*/
|
||||
@@ -448,7 +448,7 @@ void QDeclarativeCameraRecorder::record()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraRecorder::stop()
|
||||
\qmlmethod QtMultimedia::CameraRecorder::stop()
|
||||
|
||||
Stops recording.
|
||||
*/
|
||||
@@ -478,7 +478,7 @@ void QDeclarativeCameraRecorder::setRecorderState(QDeclarativeCameraRecorder::Re
|
||||
the recorder uses the system-specific place and file naming scheme.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::outputLocation
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::outputLocation
|
||||
|
||||
This property holds the destination location of the media content. If the location is empty,
|
||||
the recorder uses the system-specific place and file naming scheme.
|
||||
@@ -496,7 +496,7 @@ QString QDeclarativeCameraRecorder::outputLocation() const
|
||||
new location is set or new recording starts.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::CameraRecorder::actualLocation
|
||||
\qmlproperty string QtMultimedia::CameraRecorder::actualLocation
|
||||
|
||||
This property holds the actual location of the last saved media content. The actual location is
|
||||
usually available after the recording starts, and reset when new location is set or the new recording starts.
|
||||
@@ -520,7 +520,7 @@ void QDeclarativeCameraRecorder::setOutputLocation(const QString &location)
|
||||
This property holds the duration (in miliseconds) of the last recording.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraRecorder::duration
|
||||
\qmlproperty int QtMultimedia::CameraRecorder::duration
|
||||
|
||||
This property holds the duration (in miliseconds) of the last recording.
|
||||
*/
|
||||
@@ -535,7 +535,7 @@ qint64 QDeclarativeCameraRecorder::duration() const
|
||||
recording.
|
||||
*/
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::CameraRecorder::muted
|
||||
\qmlproperty bool QtMultimedia::CameraRecorder::muted
|
||||
|
||||
This property indicates whether the audio input is muted during recording.
|
||||
*/
|
||||
@@ -550,7 +550,7 @@ void QDeclarativeCameraRecorder::setMuted(bool muted)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::CameraRecorder::setMetadata(key, value)
|
||||
\qmlmethod QtMultimedia::CameraRecorder::setMetadata(key, value)
|
||||
|
||||
Sets metadata for the next video to be recorder, with
|
||||
the given \a key being associated with \a value.
|
||||
|
||||
@@ -126,7 +126,7 @@ QDeclarativeRadio::~QDeclarativeRadio()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Radio::state
|
||||
\qmlproperty enumeration QtMultimedia::Radio::state
|
||||
|
||||
This property holds the current state of the Radio.
|
||||
|
||||
@@ -148,7 +148,7 @@ QDeclarativeRadio::State QDeclarativeRadio::state() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Radio::band
|
||||
\qmlproperty enumeration QtMultimedia::Radio::band
|
||||
|
||||
This property holds the frequency band used for the radio, which can be specified as
|
||||
any one of the values in the table below.
|
||||
@@ -178,7 +178,7 @@ QDeclarativeRadio::Band QDeclarativeRadio::band() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::frequency
|
||||
\qmlproperty int QtMultimedia::Radio::frequency
|
||||
|
||||
Sets the frequency in Hertz that the radio is tuned to. The frequency must be within the frequency
|
||||
range for the current band, otherwise it will be changed to be within the frequency range.
|
||||
@@ -191,7 +191,7 @@ int QDeclarativeRadio::frequency() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Radio::stereoMode
|
||||
\qmlproperty enumeration QtMultimedia::Radio::stereoMode
|
||||
|
||||
This property holds the stereo mode of the radio, which can be set to any one of the
|
||||
values in the table below.
|
||||
@@ -215,7 +215,7 @@ QDeclarativeRadio::StereoMode QDeclarativeRadio::stereoMode() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::volume
|
||||
\qmlproperty int QtMultimedia::Radio::volume
|
||||
|
||||
Set this property to control the volume of the radio. The valid range of the volume is from 0 to 100.
|
||||
*/
|
||||
@@ -225,7 +225,7 @@ int QDeclarativeRadio::volume() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::Radio::muted
|
||||
\qmlproperty bool QtMultimedia::Radio::muted
|
||||
|
||||
This property reflects whether the radio is muted or not.
|
||||
*/
|
||||
@@ -235,7 +235,7 @@ bool QDeclarativeRadio::muted() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::Radio::stereo
|
||||
\qmlproperty bool QtMultimedia::Radio::stereo
|
||||
|
||||
This property holds whether the radio is receiving a stereo signal or not. If \l stereoMode is
|
||||
set to ForceMono the value will always be false. Likewise, it will always be true if stereoMode
|
||||
@@ -249,7 +249,7 @@ bool QDeclarativeRadio::stereo() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::signalStrength
|
||||
\qmlproperty int QtMultimedia::Radio::signalStrength
|
||||
|
||||
The strength of the current radio signal as a percentage where 0% equals no signal, and 100% is a
|
||||
very good signal.
|
||||
@@ -260,7 +260,7 @@ int QDeclarativeRadio::signalStrength() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::Radio::searching
|
||||
\qmlproperty bool QtMultimedia::Radio::searching
|
||||
|
||||
This property is true if the radio is currently searching for radio stations, for instance using the \l scanUp,
|
||||
\l scanDown, and \l searchAllStations methods. Once the search completes, or if it is cancelled using
|
||||
@@ -272,7 +272,7 @@ bool QDeclarativeRadio::searching() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::frequencyStep
|
||||
\qmlproperty int QtMultimedia::Radio::frequencyStep
|
||||
|
||||
The number of Hertz for each step when tuning the radio manually. The value is for the current \l band.
|
||||
*/
|
||||
@@ -282,7 +282,7 @@ int QDeclarativeRadio::frequencyStep() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::minimumFrequency
|
||||
\qmlproperty int QtMultimedia::Radio::minimumFrequency
|
||||
|
||||
The minimum frequency for the current \l band.
|
||||
*/
|
||||
@@ -292,7 +292,7 @@ int QDeclarativeRadio::minimumFrequency() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::maximumFrequency
|
||||
\qmlproperty int QtMultimedia::Radio::maximumFrequency
|
||||
|
||||
The maximum frequency for the current \l band.
|
||||
*/
|
||||
@@ -302,7 +302,7 @@ int QDeclarativeRadio::maximumFrequency() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Radio::antennaConnected
|
||||
\qmlproperty int QtMultimedia::Radio::antennaConnected
|
||||
|
||||
This property is true if there is an antenna connected. Otherwise it will be false.
|
||||
*/
|
||||
@@ -312,7 +312,7 @@ bool QDeclarativeRadio::isAntennaConnected() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::Radio::availability
|
||||
\qmlproperty enumeration QtMultimedia::Radio::availability
|
||||
|
||||
Returns the availability state of the radio.
|
||||
|
||||
@@ -367,7 +367,7 @@ void QDeclarativeRadio::setMuted(bool muted)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::cancelScan()
|
||||
\qmlmethod QtMultimedia::Radio::cancelScan()
|
||||
|
||||
Cancel the current scan. Will also cancel a search started with \l searchAllStations.
|
||||
*/
|
||||
@@ -377,7 +377,7 @@ void QDeclarativeRadio::cancelScan()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::scanDown()
|
||||
\qmlmethod QtMultimedia::Radio::scanDown()
|
||||
|
||||
Searches backward in the frequency range for the current band.
|
||||
*/
|
||||
@@ -387,7 +387,7 @@ void QDeclarativeRadio::scanDown()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::scanUp()
|
||||
\qmlmethod QtMultimedia::Radio::scanUp()
|
||||
|
||||
Searches forward in the frequency range for the current band.
|
||||
*/
|
||||
@@ -397,7 +397,7 @@ void QDeclarativeRadio::scanUp()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::searchAllStations(enumeration searchMode)
|
||||
\qmlmethod QtMultimedia::Radio::searchAllStations(enumeration searchMode)
|
||||
|
||||
Start searching the complete frequency range for the current band, and save all the
|
||||
radio stations found. The search mode can be either of the values described in the
|
||||
@@ -461,7 +461,7 @@ void QDeclarativeRadio::searchAllStations(QDeclarativeRadio::SearchMode searchMo
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::tuneDown()
|
||||
\qmlmethod QtMultimedia::Radio::tuneDown()
|
||||
|
||||
Decrements the frequency by the frequency step for the current band. If the frequency is already set
|
||||
to the minimum frequency, calling this function has no effect.
|
||||
@@ -476,7 +476,7 @@ void QDeclarativeRadio::tuneDown()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::tuneUp()
|
||||
\qmlmethod QtMultimedia::Radio::tuneUp()
|
||||
|
||||
Increments the frequency by the frequency step for the current band. If the frequency is already set
|
||||
to the maximum frequency, calling this function has no effect.
|
||||
@@ -491,7 +491,7 @@ void QDeclarativeRadio::tuneUp()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::start()
|
||||
\qmlmethod QtMultimedia::Radio::start()
|
||||
|
||||
Starts the radio. If the radio is available, as determined by the \l availability property,
|
||||
this will result in the \l state becoming \c ActiveState.
|
||||
@@ -502,7 +502,7 @@ void QDeclarativeRadio::start()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QtMultimedia5::Radio::stop()
|
||||
\qmlmethod QtMultimedia::Radio::stop()
|
||||
|
||||
Stops the radio. After calling this method the \l state will be \c StoppedState.
|
||||
*/
|
||||
@@ -533,7 +533,7 @@ void QDeclarativeRadio::_q_availabilityChanged(QMultimedia::AvailabilityStatus a
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::Radio::stationFound(int frequency, string stationId)
|
||||
\qmlsignal QtMultimedia::Radio::stationFound(int frequency, string stationId)
|
||||
|
||||
This signal is emitted when a new radio station is found. This signal is only emitted
|
||||
if \l searchAllStations is called with \c SearchGetStationId.
|
||||
|
||||
@@ -120,7 +120,7 @@ QDeclarativeRadioData::~QDeclarativeRadioData()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::RadioData::availability
|
||||
\qmlproperty enumeration QtMultimedia::RadioData::availability
|
||||
|
||||
Returns the availability state of the radio data interface.
|
||||
|
||||
@@ -147,7 +147,7 @@ QDeclarativeRadioData::Availability QDeclarativeRadioData::availability() const
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::stationId
|
||||
\qmlproperty string QtMultimedia::RadioData::stationId
|
||||
|
||||
This property allows you to read the station Id of the currently tuned radio
|
||||
station.
|
||||
@@ -158,7 +158,7 @@ QString QDeclarativeRadioData::stationId() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::RadioData::programType
|
||||
\qmlproperty enumeration QtMultimedia::RadioData::programType
|
||||
|
||||
This property holds the type of the currently playing program as transmitted
|
||||
by the radio station. The value can be any one of the values defined in the
|
||||
@@ -223,7 +223,7 @@ QDeclarativeRadioData::ProgramType QDeclarativeRadioData::programType() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::programTypeName
|
||||
\qmlproperty string QtMultimedia::RadioData::programTypeName
|
||||
|
||||
This property holds a string representation of the \l programType.
|
||||
*/
|
||||
@@ -233,7 +233,7 @@ QString QDeclarativeRadioData::programTypeName() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::stationName
|
||||
\qmlproperty string QtMultimedia::RadioData::stationName
|
||||
|
||||
This property has the name of the currently tuned radio station.
|
||||
*/
|
||||
@@ -243,7 +243,7 @@ QString QDeclarativeRadioData::stationName() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::radioText
|
||||
\qmlproperty string QtMultimedia::RadioData::radioText
|
||||
|
||||
This property holds free-text transmitted by the radio station. This is typically used to
|
||||
show supporting information for the currently playing content, for instance song title or
|
||||
@@ -255,7 +255,7 @@ QString QDeclarativeRadioData::radioText() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::RadioData::alternativeFrequenciesEnabled
|
||||
\qmlproperty bool QtMultimedia::RadioData::alternativeFrequenciesEnabled
|
||||
|
||||
This property allows you to specify whether the radio should try and tune to alternative
|
||||
frequencies if the signal strength of the current station becomes too weak. The alternative
|
||||
|
||||
@@ -92,7 +92,7 @@ QDeclarativeTorch::~QDeclarativeTorch()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::Torch::enabled
|
||||
\qmlproperty bool QtMultimedia::Torch::enabled
|
||||
|
||||
This property indicates whether the torch is enabled. If the torch functionality is shared
|
||||
with the camera flash hardware, the camera will take priority
|
||||
@@ -140,7 +140,7 @@ void QDeclarativeTorch::setEnabled(bool on)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::Torch::power
|
||||
\qmlproperty int QtMultimedia::Torch::power
|
||||
|
||||
This property holds the current torch power setting, as a percentage of full power.
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ QDeclarativeVideoOutput::~QDeclarativeVideoOutput()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty variant QtMultimedia5::VideoOutput::source
|
||||
\qmlproperty variant QtMultimedia::VideoOutput::source
|
||||
|
||||
This property holds the source item providing the video frames like MediaPlayer or Camera.
|
||||
|
||||
@@ -265,7 +265,7 @@ void QDeclarativeVideoOutput::_q_updateMediaObject()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::VideoOutput::fillMode
|
||||
\qmlproperty enumeration QtMultimedia::VideoOutput::fillMode
|
||||
|
||||
Set this property to define how the video is scaled to fit the target area.
|
||||
|
||||
@@ -359,7 +359,7 @@ void QDeclarativeVideoOutput::_q_screenOrientationChanged(int orientation)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::VideoOutput::orientation
|
||||
\qmlproperty int QtMultimedia::VideoOutput::orientation
|
||||
|
||||
In some cases the source video stream requires a certain
|
||||
orientation to be correct. This includes
|
||||
@@ -420,7 +420,7 @@ void QDeclarativeVideoOutput::setOrientation(int orientation)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::VideoOutput::autoOrientation
|
||||
\qmlproperty int QtMultimedia::VideoOutput::autoOrientation
|
||||
|
||||
This property allows you to enable and disable auto orientation
|
||||
of the video stream, so that its orientation always matches
|
||||
@@ -459,7 +459,7 @@ void QDeclarativeVideoOutput::setAutoOrientation(bool autoOrientation)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty rectangle QtMultimedia5::VideoOutput::contentRect
|
||||
\qmlproperty rectangle QtMultimedia::VideoOutput::contentRect
|
||||
|
||||
This property holds the item coordinates of the area that
|
||||
would contain video to render. With certain fill modes,
|
||||
@@ -480,7 +480,7 @@ QRectF QDeclarativeVideoOutput::contentRect() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty rectangle QtMultimedia5::VideoOutput::sourceRect
|
||||
\qmlproperty rectangle QtMultimedia::VideoOutput::sourceRect
|
||||
|
||||
This property holds the area of the source video
|
||||
content that is considered for rendering. The
|
||||
@@ -520,7 +520,7 @@ QRectF QDeclarativeVideoOutput::sourceRect() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QPointF QtMultimedia5::VideoOutput::mapNormalizedPointToItem (const QPointF &point) const
|
||||
\qmlmethod QPointF QtMultimedia::VideoOutput::mapNormalizedPointToItem (const QPointF &point) const
|
||||
|
||||
Given normalized coordinates \a point (that is, each
|
||||
component in the range of 0 to 1.0), return the mapped point
|
||||
@@ -557,7 +557,7 @@ QPointF QDeclarativeVideoOutput::mapNormalizedPointToItem(const QPointF &point)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QRectF QtMultimedia5::VideoOutput::mapNormalizedRectToItem(const QRectF &rectangle) const
|
||||
\qmlmethod QRectF QtMultimedia::VideoOutput::mapNormalizedRectToItem(const QRectF &rectangle) const
|
||||
|
||||
Given a rectangle \a rectangle in normalized
|
||||
coordinates (that is, each component in the range of 0 to 1.0),
|
||||
@@ -574,7 +574,7 @@ QRectF QDeclarativeVideoOutput::mapNormalizedRectToItem(const QRectF &rectangle)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QPointF QtMultimedia5::VideoOutput::mapPointToItem(const QPointF &point) const
|
||||
\qmlmethod QPointF QtMultimedia::VideoOutput::mapPointToItem(const QPointF &point) const
|
||||
|
||||
Given a point \a point in item coordinates, return the
|
||||
corresponding point in source coordinates. This mapping is
|
||||
@@ -594,7 +594,7 @@ QPointF QDeclarativeVideoOutput::mapPointToSource(const QPointF &point) const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QRectF QtMultimedia5::VideoOutput::mapRectToSource(const QRectF &rectangle) const
|
||||
\qmlmethod QRectF QtMultimedia::VideoOutput::mapRectToSource(const QRectF &rectangle) const
|
||||
|
||||
Given a rectangle \a rectangle in item coordinates, return the
|
||||
corresponding rectangle in source coordinates. This mapping is
|
||||
@@ -612,7 +612,7 @@ QRectF QDeclarativeVideoOutput::mapRectToSource(const QRectF &rectangle) const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QPointF QtMultimedia5::VideoOutput::mapPointToItemNormalized(const QPointF &point) const
|
||||
\qmlmethod QPointF QtMultimedia::VideoOutput::mapPointToItemNormalized(const QPointF &point) const
|
||||
|
||||
Given a point \a point in item coordinates, return the
|
||||
corresponding point in normalized source coordinates. This mapping is
|
||||
@@ -647,7 +647,7 @@ QPointF QDeclarativeVideoOutput::mapPointToSourceNormalized(const QPointF &point
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QRectF QtMultimedia5::VideoOutput::mapRectToSourceNormalized(const QRectF &rectangle) const
|
||||
\qmlmethod QRectF QtMultimedia::VideoOutput::mapRectToSourceNormalized(const QRectF &rectangle) const
|
||||
|
||||
Given a rectangle \a rectangle in item coordinates, return the
|
||||
corresponding rectangle in normalized source coordinates. This mapping is
|
||||
@@ -670,7 +670,7 @@ QDeclarativeVideoOutput::SourceType QDeclarativeVideoOutput::sourceType() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QPointF QtMultimedia5::VideoOutput::mapPointToItem(const QPointF &point) const
|
||||
\qmlmethod QPointF QtMultimedia::VideoOutput::mapPointToItem(const QPointF &point) const
|
||||
|
||||
Given a point \a point in source coordinates, return the
|
||||
corresponding point in item coordinates. This mapping is
|
||||
@@ -693,7 +693,7 @@ QPointF QDeclarativeVideoOutput::mapPointToItem(const QPointF &point) const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlmethod QRectF QtMultimedia5::VideoOutput::mapRectToItem(const QRectF &rectangle) const
|
||||
\qmlmethod QRectF QtMultimedia::VideoOutput::mapRectToItem(const QRectF &rectangle) const
|
||||
|
||||
Given a rectangle \a rectangle in source coordinates, return the
|
||||
corresponding rectangle in item coordinates. This mapping is
|
||||
|
||||
Reference in New Issue
Block a user