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 {
126 ISyncChunksDataCountersPtr
counters,
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
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)