camerauis/cameraxui/cxengine/inc/api/cxevideocapturecontrol.h
changeset 37 64817133cd1d
parent 21 fa6d9f75d6a6
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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