camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.h
changeset 41 67457b2ffb33
parent 19 d9aefe59d544
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
    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