32class QUENTIER_EXPORT ISyncEventsNotifier :
public QObject
36 explicit ISyncEventsNotifier(QObject * parent =
nullptr);
39 ~ISyncEventsNotifier()
override;
59 qint32 highestDownloadedUsn, qint32 highestServerUsn,
60 qint32 lastPreviousUsn);
82 const QList<qevercloud::LinkedNotebook> & linkedNotebooks);
104 qint32 highestDownloadedUsn, qint32 highestServerUsn,
105 qint32 lastPreviousUsn,
106 const qevercloud::LinkedNotebook & linkedNotebook);
115 const qevercloud::LinkedNotebook & linkedNotebook);
126 ISyncChunksDataCountersPtr counters,
127 const qevercloud::LinkedNotebook & linkedNotebook);
139 quint32 notesDownloaded, quint32 totalNotesToDownload);
152 quint32 notesDownloaded, quint32 totalNotesToDownload,
153 const qevercloud::LinkedNotebook & linkedNotebook);
166 quint32 resourcesDownloaded, quint32 totalResourcesToDownload);
180 quint32 resourcesDownloaded, quint32 totalResourcesToDownload,
181 const qevercloud::LinkedNotebook & linkedNotebook);
210 const qevercloud::Guid & linkedNotebookGuid, ISendStatusPtr sendStatus);