camerauis/cameraxui/cxengine/inc/api/cxevideocapturecontrol.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 37 64817133cd1d
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
    91 
    91 
    92 signals:
    92 signals:
    93     void videoComposed(CxeError::Id error, const QString& filename);
    93     void videoComposed(CxeError::Id error, const QString& filename);
    94     void stateChanged(CxeVideoCaptureControl::State newState, CxeError::Id error);
    94     void stateChanged(CxeVideoCaptureControl::State newState, CxeError::Id error);
    95     void snapshotReady(CxeError::Id error, const QPixmap& snapshot, const QString& filename);
    95     void snapshotReady(CxeError::Id error, const QPixmap& snapshot, const QString& filename);
       
    96     void remainingTimeChanged();
    96 
    97 
    97 protected:
    98 protected:
    98     CxeVideoCaptureControl() {}
    99     CxeVideoCaptureControl() {}
    99 
   100 
   100 private:
   101 private: