summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qcameraexposurecontrol.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-04-10 20:19:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 03:31:52 +0200
commit8484b0ff9c40fe70cdfc17bf74b0a5be93d674de (patch)
tree2ba877c627c1279fd0e558dc736c8fdec4440906 /src/multimedia/controls/qcameraexposurecontrol.cpp
parent9b162f98440c00dcc0ee4d3b80970a9dc8dc766c (diff)
Fix a number of doc errors and warnings.
* Document a few missing classes/functions/methods * Fix a number of QML snippets that wouldn't work as standalone snippets * Add files to .pro so they show up in Creator.. Still the mysterious lack of controls dir documentation persists :/ Change-Id: I57162371a4d966e4db5bdb1b71d1baf9c0ca57c3 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/multimedia/controls/qcameraexposurecontrol.cpp')
-rw-r--r--src/multimedia/controls/qcameraexposurecontrol.cpp18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/multimedia/controls/qcameraexposurecontrol.cpp b/src/multimedia/controls/qcameraexposurecontrol.cpp
index 5b4572dca..b36c9f474 100644
--- a/src/multimedia/controls/qcameraexposurecontrol.cpp
+++ b/src/multimedia/controls/qcameraexposurecontrol.cpp
@@ -53,22 +53,18 @@ QT_BEGIN_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- You can adjust a number of parameters that will affect images and video taken with
- the corresponding QCamera object.
-
- There are a number of different parameters that can be adjusted, including:
+ The QCameraExposure class is the usual method of adjusting exposure related parameters
+ when using camera functionality. This class provides a more complete but less easy
+ to use interface, and also forms the interface to implement when writing a new
+ implementation of QCamera functionality.
- \table
- \row
- \header
- \
-
- \endtable
+ You can adjust a number of parameters that will affect images and video taken with
+ the corresponding QCamera object - see the \l {QCameraExposureControl::ExposureParameter}{ExposureParameter} enumeration.
The interface name of QCameraExposureControl is \c org.qt-project.qt.cameraexposurecontrol/5.0 as
defined in QCameraExposureControl_iid.
- \sa QCamera
+ \sa QCameraExposure, QCamera
*/
/*!