camerauis/cameraxui/cxengine/inc/cxevideocapturecontrolsymbian.h
changeset 41 67457b2ffb33
parent 39 c5025ea871a1
child 46 c826656d6714
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
    96     //! Notification for when we're exiting video mode
    96     //! Notification for when we're exiting video mode
    97     void deinit();
    97     void deinit();
    98     //! Notification that videocapture sound has been played
    98     //! Notification that videocapture sound has been played
    99     void handleSoundPlayed();
    99     void handleSoundPlayed();
   100     //! Snapshot has been received from adaptiation.
   100     //! Snapshot has been received from adaptiation.
   101     void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot);
   101     void handleSnapshotReady(CxeError::Id status, const QImage &snapshot);
   102 
   102 
   103 protected slots:
   103 protected slots:
   104     // notifications when ECam reference is changed
   104     // notifications when ECam reference is changed
   105     void prepareForCameraDelete();
   105     void prepareForCameraDelete();
   106     void handleCameraAllocated(CxeError::Id error);
   106     void handleCameraAllocated(CxeError::Id error);