camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h
changeset 41 67457b2ffb33
parent 28 3075d9b614e6
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
   153      * @param error Status code for the snapshot.
   153      * @param error Status code for the snapshot.
   154      *              CxeError::None if snapshot successfully received.
   154      *              CxeError::None if snapshot successfully received.
   155      * @param snapshot The snapshot image.
   155      * @param snapshot The snapshot image.
   156      * @param id       Id of the image this snapshot is for.
   156      * @param id       Id of the image this snapshot is for.
   157      */
   157      */
   158     void snapshotReady(CxeError::Id error, const QPixmap& snapshot, int id);
   158     void snapshotReady(CxeError::Id error, const QImage &snapshot, int id);
   159     void imageCaptured(CxeError::Id error, int id);
   159     void imageCaptured(CxeError::Id error, int id);
   160 
   160 
   161     /**
   161     /**
   162     * Amount of images that can be captured has changed.
   162     * Amount of images that can be captured has changed.
   163     */
   163     */