equal
deleted
inserted
replaced
38 virtual void save(CxeImageDataItem *data) = 0; |
38 virtual void save(CxeImageDataItem *data) = 0; |
39 |
39 |
40 public slots: |
40 public slots: |
41 |
41 |
42 virtual void handleVideoSaved(CxeError::Id status, const QString& filename) = 0; |
42 virtual void handleVideoSaved(CxeError::Id status, const QString& filename) = 0; |
43 virtual void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, const QString& filename) = 0; |
43 virtual void handleSnapshotReady(CxeError::Id status, const QImage& snapshot, const QString& filename) = 0; |
44 virtual void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, int id) = 0; |
44 virtual void handleSnapshotReady(CxeError::Id status, const QImage& snapshot, int id) = 0; |
45 |
45 |
46 protected: |
46 protected: |
47 |
47 |
48 CxeFileSaveThread(QObject *parent = 0); |
48 CxeFileSaveThread(QObject *parent = 0); |
49 }; |
49 }; |