libquentier 0.8.0
The library for rich desktop clients of Evernote service
|
The ISendStatus interface represents the information about the attempt to send information either from user's own account or from some linked notebook to Evernote. More...
#include <ISendStatus.h>
Public Types | |
using | QExceptionPtr = std::shared_ptr< QException > |
using | NoteWithException = std::pair< qevercloud::Note, QExceptionPtr > |
using | NotebookWithException = std::pair< qevercloud::Notebook, QExceptionPtr > |
using | SavedSearchWithException = std::pair< qevercloud::SavedSearch, QExceptionPtr > |
using | TagWithException = std::pair< qevercloud::Tag, QExceptionPtr > |
The ISendStatus interface represents the information about the attempt to send information either from user's own account or from some linked notebook to Evernote.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
If during the send step of synchronization it was found out that Evernote service's state of account has been updated since the last download step, returns true meaning that incremental download step should be repeated. Otherwise returns false.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |