camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 37 64817133cd1d
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
   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 QPixmap& snapshot, int id);
   159     void imageCaptured(CxeError::Id error, int id);
   159     void imageCaptured(CxeError::Id error, int id);
   160 
   160 
       
   161     /**
       
   162     * Amount of images that can be captured has changed.
       
   163     */
       
   164     void availableImagesChanged();
       
   165 
   161 protected:
   166 protected:
   162     CxeStillCaptureControl() {} // protected empty contructor so that derived class construction works
   167     CxeStillCaptureControl() {} // protected empty contructor so that derived class construction works
   163 
   168 
   164 private:
   169 private:
   165     Q_DISABLE_COPY( CxeStillCaptureControl )
   170     Q_DISABLE_COPY( CxeStillCaptureControl )