camerauis/cameraxui/cxengine/inc/api/cxevideocapturecontrol.h
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    88 public slots:
    88 public slots:
    89     virtual void init() = 0;
    89     virtual void init() = 0;
    90     virtual void deinit() = 0;
    90     virtual void deinit() = 0;
    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 QImage &snapshot, const QString &filename);
    96     void remainingTimeChanged();
    96     void remainingTimeChanged();
    97 
    97 
    98 protected:
    98 protected:
    99     CxeVideoCaptureControl() {}
    99     CxeVideoCaptureControl() {}
   100 
   100