23 #ifndef IMPORT_COPY_THREAD_H
24 #define IMPORT_COPY_THREAD_H
30 #include <QStringList>
32 #include "ImportCache.h"
33 #include "Helper/Settings/SayonaraClass.h"
44 enum class Mode : quint8 {
51 int get_n_copied_files()
const;
53 bool was_cancelled()
const;
58 void set_mode(CopyThread::Mode mode);
59 CopyThread::Mode get_mode()
const;
66 QStringList _lst_copied_files;
81 void emit_percent(
int i,
int n);
85 void sig_progress(
int);
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Definition: ImportCache.h:32
Definition: CopyThread.h:36