libquentier 0.8.0
The library for rich desktop clients of Evernote service
|
Protected Member Functions | |
ISyncEventsNotifier (QObject *parent=nullptr) | |
This signal is emitted when the initial download step is finished.
dataDownloaded | True if some data was actually downloaded during this step i.e. there were some updates on Evernote servers compared to local state, false otherwise. |
|
signal |
This signal is emitted on each successful download of full note data from some linked notebook.
notesDownloaded | The number of notes downloaded by the moment |
totalNotesToDownload | The total number of notes that need to be downloaded |
linkedNotebook | The linked notebook which notes download progress is being reported |
|
signal |
This signal is emitted on each successful download of full resource data from linked notebooks during the incremental sync (as individual resources are downloaded along with their notes during full sync).
resourcesDownloaded | The number of resources downloaded by the moment |
totalResourcesToDownload | The total number of resources that need to be downloaded |
linkedNotebook | The linked notebook which resources download progress is being reported |
|
signal |
This signal is emitted on each successful or unsuccessful attempt to send some new or locally modified data item from some linked notebook to Evernote.
linkedNotebookGuid | Guid of the linked notebook for which the send status was updated |
sendStatus | The updated send status |
|
signal |
This signal is emitted during some linked notebook's downloaded sync chunks contents processing and denotes the progress on that step.
counters | Updated sync chunks data counters |
linkedNotebook | The linked notebook which sync chunks data processing progress is being reported |
|
signal |
This signal is emitted when the sync chunks for data from some linked notebook are downloaded during "remote to local" synchronization step
linkedNotebook | The linked notebook which sync chunks were downloaded |
|
signal |
This signal is emitted during linked notebooks sync chunks downloading and denotes the progress of that step, individually for each linked notebook. The percentage of completeness can be computed roughly as (highestDownloadedUsn - lastPreviousUsn) / (highestServerUsn - lastPreviousUsn) * 100%.
highestDownloadedUsn | The highest update sequence number within data items from linked notebook sync chunks downloaded so far |
highestServerUsn | The current highest update sequence number within the linked notebook |
lastPreviousUsn | The last update sequence number from previous sync of the given linked notebook; if current sync is the first one, this value is zero |
linkedNotebook | The linked notebook which sync chunks download progress is reported |
|
signal |
This signal is emitted on each successful download of full note data from user's own account.
notesDownloaded | The number of notes downloaded by the moment |
totalNotesToDownload | The total number of notes that need to be downloaded |
|
signal |
This signal is emitted on each successful doenload of full resource data from user's own account during the incremental sync (as individual resources are downloaded along with their notes during full sync).
resourcesDownloaded | The number of resources downloaded by the moment |
totalResourcesToDownload | The total number of resources that need to be downloaded |
|
signal |
This signal is emitted before the downloading of data corresponding to linked notebooks starts.
linkedNotebooks | Linked notebooks the data from which will start being downloaded after the execution of this callback |
|
signal |
This signal is emitted during user own account's downloaded sync chunks contents processing and denotes the progress on that step.
|
signal |
This signal is emitted when the sync chunks for data from user's own account are downloaded during the download synchronization step.
|
signal |
This signal is emitted during user own account's sync chunks downloading and denotes the progress of that step. The percentage of completeness can be computed roughly as (highestDownloadedUsn - lastPreviousUsn) / (highestServerUsn - lastPreviousUsn) * 100%.
highestDownloadedUsn | The highest update sequence number within data items from sync chunks downloaded so far |
highestServerUsn | The current highest update sequence number within the account |
lastPreviousUsn | The last update sequence number from previous sync; if current sync is the first one, this value is zero |
|
signal |
This signal is emitted on each successful or unsuccessful attempt to send some new or locally modified data item from user's own account to Evernote.
sendStatus | The updated send status |