21#include <quentier/synchronization/Fwd.h>
22#include <quentier/synchronization/types/Fwd.h>
23#include <quentier/utility/Linkage.h>
25#include <qevercloud/types/LinkedNotebook.h>
30namespace quentier::synchronization {
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);
Definition: ISyncEventsNotifier.h:33
void linkedNotebookSyncChunksDataProcessingProgress(ISyncChunksDataCountersPtr counters, const qevercloud::LinkedNotebook &linkedNotebook)
void linkedNotebookSyncChunksDownloadProgress(qint32 highestDownloadedUsn, qint32 highestServerUsn, qint32 lastPreviousUsn, const qevercloud::LinkedNotebook &linkedNotebook)
void notesDownloadProgress(quint32 notesDownloaded, quint32 totalNotesToDownload)
void linkedNotebookSendStatusUpdate(const qevercloud::Guid &linkedNotebookGuid, ISendStatusPtr sendStatus)
void syncChunksDownloaded()
void userOwnSendStatusUpdate(ISendStatusPtr sendStatus)
void linkedNotebookSyncChunksDownloaded(const qevercloud::LinkedNotebook &linkedNotebook)
void downloadFinished(bool dataDownloaded)
void syncChunksDataProcessingProgress(ISyncChunksDataCountersPtr counters)
void resourcesDownloadProgress(quint32 resourcesDownloaded, quint32 totalResourcesToDownload)
void linkedNotebookNotesDownloadProgress(quint32 notesDownloaded, quint32 totalNotesToDownload, const qevercloud::LinkedNotebook &linkedNotebook)
void linkedNotebookResourcesDownloadProgress(quint32 resourcesDownloaded, quint32 totalResourcesToDownload, const qevercloud::LinkedNotebook &linkedNotebook)
void startLinkedNotebooksDataDownloading(const QList< qevercloud::LinkedNotebook > &linkedNotebooks)
void syncChunksDownloadProgress(qint32 highestDownloadedUsn, qint32 highestServerUsn, qint32 lastPreviousUsn)