camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.h
changeset 37 64817133cd1d
parent 19 d9aefe59d544
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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