Affiliation enum name | quentier::local_storage::ILocalStorage | |
expungeLinkedNotebookByGuid(qevercloud::Guid guid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeNotebookByGuid(qevercloud::Guid notebookGuid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeNotebookByLocalId(QString notebookLocalId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeNotebookByName(QString name, std::optional< qevercloud::Guid > linkedNotebookGuid=std::nullopt)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeNoteByGuid(qevercloud::Guid noteGuid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeNoteByLocalId(QString noteLocalId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeResourceByGuid(qevercloud::Guid resourceGuid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeResourceByLocalId(QString resourceLocalId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeSavedSearchByGuid(qevercloud::Guid guid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeSavedSearchByLocalId(QString savedSearchLocalId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeTagByGuid(qevercloud::Guid tagGuid)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeTagByLocalId(QString tagLocalId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeTagByName(QString name, std::optional< qevercloud::Guid > linkedNotebookGuid=std::nullopt)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
expungeUserById(qevercloud::UserID userId)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
FetchNoteOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
FetchResourceOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
findDefaultNotebook() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findLinkedNotebookByGuid(qevercloud::Guid guid) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findNotebookByGuid(qevercloud::Guid guid) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findNotebookByLocalId(QString notebookLocalId) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findNotebookByName(QString notebookName, std::optional< qevercloud::Guid > linkedNotebookGuid=std::nullopt) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findNoteByGuid(qevercloud::Guid noteGuid, FetchNoteOptions options) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findNoteByLocalId(QString noteLocalId, FetchNoteOptions options) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findResourceByGuid(qevercloud::Guid resourceGuid, FetchResourceOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findResourceByLocalId(QString resourceLocalId, FetchResourceOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findSavedSearchByGuid(qevercloud::Guid guid) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findSavedSearchByLocalId(QString savedSearchLocalId) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findSavedSearchByName(QString name) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findTagByGuid(qevercloud::Guid tagGuid) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findTagByLocalId(QString tagLocalId) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findTagByName(QString tagName, std::optional< qevercloud::Guid > linkedNotebookGuid=std::nullopt) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
findUserById(qevercloud::UserID userId) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
highestSupportedVersion() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
highestUpdateSequenceNumber(HighestUsnOption option) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
highestUpdateSequenceNumber(qevercloud::Guid linkedNotebookGuid) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
HighestUsnOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
isVersionTooHigh() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
linkedNotebookCount() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listLinkedNotebooks(ListLinkedNotebooksOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListLinkedNotebooksOrder enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listNotebookGuids(ListGuidsFilters filters, std::optional< qevercloud::Guid > linkedNotebookGuid={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listNotebooks(ListNotebooksOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListNotebooksOrder enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listNoteGuids(ListGuidsFilters filters, std::optional< qevercloud::Guid > linkedNotebookGuid={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listNotes(FetchNoteOptions fetchOptions, ListNotesOptions listOptions={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listNotesByLocalIds(QStringList noteLocalIds, FetchNoteOptions fetchOptions, ListNotesOptions listOptions={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListNotesOrder enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listNotesPerNotebookAndTagLocalIds(QStringList notebookLocalIds, QStringList tagLocalIds, FetchNoteOptions fetchOptions, ListNotesOptions listOptions={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listNotesPerNotebookLocalId(QString notebookLocalId, FetchNoteOptions fetchOptions, ListNotesOptions listOptions={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listNotesPerTagLocalId(QString tagLocalId, FetchNoteOptions fetchOptions, ListNotesOptions listOptions={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListObjectsFilter enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listSavedSearches(ListSavedSearchesOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListSavedSearchesOrder enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listSavedSearchGuids(ListGuidsFilters filters) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listSharedNotebooks(qevercloud::Guid notebookGuid={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listTagGuids(ListGuidsFilters filters, std::optional< qevercloud::Guid > linkedNotebookGuid={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
listTags(ListTagsOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
ListTagsOrder enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
listTagsPerNoteLocalId(QString noteLocalId, ListTagsOptions options={}) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
notebookCount() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
noteCount(NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
NoteCountOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
noteCountPerNotebookAndTagLocalIds(QStringList notebookLocalIds, QStringList tagLocalIds, NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
noteCountPerNotebookLocalId(QString notebookLocalId, NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
noteCountPerTagLocalId(QString tagLocalId, NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
noteCountsPerTags(ListTagsOptions listTagsOptions={}, NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
notifier() const =0 | quentier::local_storage::ILocalStorage | pure virtual |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
operator<< (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | friend |
OrderDirection enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
putLinkedNotebook(qevercloud::LinkedNotebook linkedNotebook)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putNote(qevercloud::Note note)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putNotebook(qevercloud::Notebook notebook)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putResource(qevercloud::Resource resource)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putSavedSearch(qevercloud::SavedSearch search)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putTag(qevercloud::Tag tag)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
putUser(qevercloud::User user)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
Q_DECLARE_FLAGS(StartupOptions, StartupOption) (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
queryNoteLocalIds(NoteSearchQuery query) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
queryNotes(NoteSearchQuery query, FetchNoteOptions fetchOptions) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
requiredPatches() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
requiresUpgrade() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
resourceCount(NoteCountOptions options=NoteCountOptions(NoteCountOption::IncludeNonDeletedNotes)) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
resourceCountPerNoteLocalId(QString noteLocalId) const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
savedSearchCount() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
StartupOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
tagCount() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
TagNotesRelation enum name | quentier::local_storage::ILocalStorage | |
updateNote(qevercloud::Note note, UpdateNoteOptions options)=0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
UpdateNoteOption enum name (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | |
userCount() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
version() const =0 (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | pure virtual |
~ILocalStorage()=default (defined in quentier::local_storage::ILocalStorage) | quentier::local_storage::ILocalStorage | virtual |