camerauis/cameraxui/cxengine/inc/cxevideocapturecontrolsymbian.h
changeset 37 64817133cd1d
parent 32 5c1e3c6aa4ef
child 48 42ba2d16bf40
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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);