camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h
changeset 37 64817133cd1d
parent 21 fa6d9f75d6a6
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
   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     */