The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras. More...
#include <QCameraLocksControl>
Inherits: QMediaControl.
This class was introduced in Qt Mobility 1.1.
~QCameraLocksControl () | |
virtual QCamera::LockStatus | lockStatus ( QCamera::LockType lock ) const = 0 |
virtual void | searchAndLock ( QCamera::LockTypes locks ) = 0 |
virtual QCamera::LockTypes | supportedLocks () const = 0 |
virtual void | unlock ( QCamera::LockTypes locks ) = 0 |
void | lockStatusChanged ( QCamera::LockType lock, QCamera::LockStatus status, QCamera::LockChangeReason reason ) |
QCameraLocksControl ( QObject * parent = 0 ) |
QCameraLocksControl_iid |
The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras.
This service is provided by a QMediaService object via QMediaService::control(). It is used by QCamera.
The interface name of QCameraLocksControl is com.nokia.Qt.QCameraLocksControl/1.0 as defined in QCameraLocksControl_iid.
See also QMediaService::requestControl() and QCamera.
Constructs a camera locks control object with parent.
Destruct the camera locks control object.
Returns the camera lock status.
This function was introduced in Qt Mobility 1.1.
Signals the lock status was changed with a specified reason.
This function was introduced in Qt Mobility 1.1.
Request camera locks.
This function was introduced in Qt Mobility 1.1.
Returns the lock types, the camera supports.
This function was introduced in Qt Mobility 1.1.
Unlock camera locks.
This function was introduced in Qt Mobility 1.1.
com.nokia.Qt.QCameraLocksControl/1.0
Defines the interface name of the QCameraLocksControl class.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.