camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.h
changeset 43 0e652f8f1fbd
parent 19 d9aefe59d544
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    28     CxeFakeFileSaveThread();
    28     CxeFakeFileSaveThread();
    29     virtual ~CxeFakeFileSaveThread();
    29     virtual ~CxeFakeFileSaveThread();
    30     void save(CxeImageDataItem *data);
    30     void save(CxeImageDataItem *data);
    31 
    31 
    32 public slots:
    32 public slots:
    33     void handleVideoSaved(CxeError::Id status, const QString& filename);
    33     void handleVideoSaved(CxeError::Id status, const QString &filename);
    34     void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, const QString& filename);
    34     void handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename);
    35     void handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, int id);
    35     void handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id);
    36 };
    36 };
    37 
    37 
    38 #endif // CXEFAKEFILESAVETHREAD_H
    38 #endif // CXEFAKEFILESAVETHREAD_H