libquentier 0.5.0
The library for rich desktop clients of Evernote service
|
This is the complete list of members for quentier::INoteStore, including all inherited members.
authenticateToSharedNotebook(const QString &shareKey, qevercloud::AuthenticationResult &authResult, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
create() const =0 (defined in quentier::INoteStore) | quentier::INoteStore | pure virtual |
createNote(Note ¬e, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
createNotebook(Notebook ¬ebook, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
createSavedSearch(SavedSearch &savedSearch, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
createTag(Tag &tag, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
getLinkedNotebookSyncChunk(const qevercloud::LinkedNotebook &linkedNotebook, const qint32 afterUSN, const qint32 maxEntries, const QString &linkedNotebookAuthToken, const bool fullSyncOnly, qevercloud::SyncChunk &syncChunk, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
getLinkedNotebookSyncState(const qevercloud::LinkedNotebook &linkedNotebook, const QString &authToken, qevercloud::SyncState &syncState, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
getNote(const bool withContent, const bool withResourcesData, const bool withResourcesRecognition, const bool withResourceAlternateData, Note ¬e, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
getNoteAsync(const bool withContent, const bool withResourceData, const bool withResourcesRecognition, const bool withResourceAlternateData, const bool withSharedNotes, const bool withNoteAppDataValues, const bool withResourceAppDataValues, const bool withNoteLimits, const QString ¬eGuid, const QString &authToken, ErrorString &errorDescription)=0 | quentier::INoteStore | pure virtual |
getNoteAsyncFinished(qint32 errorCode, qevercloud::Note note, qint32 rateLimitSeconds, ErrorString errorDescription) (defined in quentier::INoteStore) | quentier::INoteStore | signal |
getResource(const bool withDataBody, const bool withRecognitionDataBody, const bool withAlternateDataBody, const bool withAttributes, const QString &authToken, Resource &resource, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
getResourceAsync(const bool withDataBody, const bool withRecognitionDataBody, const bool withAlternateDataBody, const bool withAttributes, const QString &resourceGuid, const QString &authToken, ErrorString &errorDescription)=0 | quentier::INoteStore | pure virtual |
getResourceAsyncFinished(qint32 errorCode, qevercloud::Resource resource, qint32 rateLimitSeconds, ErrorString errorDescription) (defined in quentier::INoteStore) | quentier::INoteStore | signal |
getSyncChunk(const qint32 afterUSN, const qint32 maxEntries, const qevercloud::SyncChunkFilter &filter, qevercloud::SyncChunk &syncChunk, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
getSyncState(qevercloud::SyncState &syncState, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
INoteStore(QObject *parent=nullptr) (defined in quentier::INoteStore) | quentier::INoteStore | explicitprotected |
noteStoreUrl() const =0 | quentier::INoteStore | pure virtual |
setAuthData(QString authenticationToken, QList< QNetworkCookie > cookies)=0 | quentier::INoteStore | pure virtual |
setNoteStoreUrl(QString noteStoreUrl)=0 | quentier::INoteStore | pure virtual |
stop()=0 | quentier::INoteStore | pure virtual |
updateNote(Note ¬e, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
updateNotebook(Notebook ¬ebook, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
updateSavedSearch(SavedSearch &savedSearch, ErrorString &errorDescription, qint32 &rateLimitSeconds)=0 | quentier::INoteStore | pure virtual |
updateTag(Tag &tag, ErrorString &errorDescription, qint32 &rateLimitSeconds, QString linkedNotebookAuthToken={})=0 | quentier::INoteStore | pure virtual |
~INoteStore()=default (defined in quentier::INoteStore) | quentier::INoteStore | virtual |