camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
   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     */