|
libquentier 0.8.0
The library for rich desktop clients of Evernote service
|


Signals | |
| void | userPut (qevercloud::User user) |
| void | userExpunged (qevercloud::UserID userId) |
| void | notebookPut (qevercloud::Notebook notebook) |
| void | notebookExpunged (QString notebookLocalId) |
| void | linkedNotebookPut (qevercloud::LinkedNotebook linkedNotebook) |
| void | linkedNotebookExpunged (qevercloud::Guid linkedNotebookGuid) |
| void | notePut (qevercloud::Note note) |
| void | noteUpdated (qevercloud::Note note, ILocalStorage::UpdateNoteOptions options) |
| void | noteExpunged (QString noteLocalId) |
| void | tagPut (qevercloud::Tag tag) |
| void | tagExpunged (QString tagLocalId, QStringList expungedChildTagLocalIds) |
| void | resourcePut (qevercloud::Resource resource) |
| void | resourceMetadataPut (qevercloud::Resource resource) |
| void | resourceExpunged (QString resourceLocalId) |
| void | savedSearchPut (qevercloud::SavedSearch savedSearch) |
| void | savedSearchExpunged (QString savedSearchLocalId) |
Protected Member Functions | |
| ILocalStorageNotifier (QObject *parent=nullptr) | |