QCameraLocksControl Class Reference
The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras. More...
#include <QCameraLocksControl>
This class is under development and is subject to change.
Inherits QMediaControl.
Public Functions
~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 |
Signals
void | lockStatusChanged ( QCamera::LockType lock, QCamera::LockStatus status, QCamera::LockChangeReason reason ) |
Protected Functions
QCameraLocksControl ( QObject * parent = 0 ) |
Macros
QCameraLocksControl_iid |
Detailed Description
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.
The Camera API of Qt Mobility is still in Technology Preview. It has not undergone the same level of review and testing as the rest of the APIs.
The API exposed by the classes in this component are not stable, and will undergo modification or removal prior to the final release of Qt Mobility.