|
QEverCloud
Unofficial Evernote Cloud API for Qt
|
This is the complete list of members for qevercloud::NoteStore, including all inherited members.
| authenticateToSharedNote(QString guid, QString noteKey, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| authenticateToSharedNoteAsync(QString guid, QString noteKey, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| authenticateToSharedNotebook(QString shareKey, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| authenticateToSharedNotebookAsync(QString shareKey, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| authenticationToken() | qevercloud::NoteStore | inline |
| copyNote(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| copyNoteAsync(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createLinkedNotebook(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createLinkedNotebookAsync(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createNote(const Note ¬e, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createNoteAsync(const Note ¬e, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createNotebook(const Notebook ¬ebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createNotebookAsync(const Notebook ¬ebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createSearch(const SavedSearch &search, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createSearchAsync(const SavedSearch &search, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createSharedNotebook(const SharedNotebook &sharedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createSharedNotebookAsync(const SharedNotebook &sharedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createTag(const Tag &tag, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| createTagAsync(const Tag &tag, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| deleteNote(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| deleteNoteAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| emailNote(const NoteEmailParameters ¶meters, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| emailNoteAsync(const NoteEmailParameters ¶meters, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeInactiveNotes(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeInactiveNotesAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeLinkedNotebook(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeLinkedNotebookAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNote(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNoteAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNotebook(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNotebookAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNotes(QList< Guid > noteGuids, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeNotesAsync(QList< Guid > noteGuids, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeSearch(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeSearchAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeSharedNotebooks(QList< qint64 > sharedNotebookIds, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeSharedNotebooksAsync(QList< qint64 > sharedNotebookIds, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeTag(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| expungeTagAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNoteCounts(const NoteFilter &filter, bool withTrash, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNoteCountsAsync(const NoteFilter &filter, bool withTrash, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNoteOffset(const NoteFilter &filter, Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNoteOffsetAsync(const NoteFilter &filter, Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNotes(const NoteFilter &filter, qint32 offset, qint32 maxNotes, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNotesAsync(const NoteFilter &filter, qint32 offset, qint32 maxNotes, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNotesMetadata(const NoteFilter &filter, qint32 offset, qint32 maxNotes, const NotesMetadataResultSpec &resultSpec, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findNotesMetadataAsync(const NoteFilter &filter, qint32 offset, qint32 maxNotes, const NotesMetadataResultSpec &resultSpec, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findRelated(const RelatedQuery &query, const RelatedResultSpec &resultSpec, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| findRelatedAsync(const RelatedQuery &query, const RelatedResultSpec &resultSpec, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getDefaultNotebook(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getDefaultNotebookAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getFilteredSyncChunk(qint32 afterUSN, qint32 maxEntries, const SyncChunkFilter &filter, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getFilteredSyncChunkAsync(qint32 afterUSN, qint32 maxEntries, const SyncChunkFilter &filter, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getLinkedNotebookSyncChunk(const LinkedNotebook &linkedNotebook, qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getLinkedNotebookSyncChunkAsync(const LinkedNotebook &linkedNotebook, qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getLinkedNotebookSyncState(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getLinkedNotebookSyncStateAsync(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNote(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteApplicationData(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteApplicationDataAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteApplicationDataEntry(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteApplicationDataEntryAsync(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteAsync(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNotebook(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNotebookAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteContent(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteContentAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteSearchText(Guid guid, bool noteOnly, bool tokenizeForIndexing, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteSearchTextAsync(Guid guid, bool noteOnly, bool tokenizeForIndexing, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteTagNames(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteTagNamesAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteVersion(Guid noteGuid, qint32 updateSequenceNum, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getNoteVersionAsync(Guid noteGuid, qint32 updateSequenceNum, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getPublicNotebook(UserID userId, QString publicUri) | qevercloud::NoteStore | |
| getPublicNotebookAsync(UserID userId, QString publicUri) | qevercloud::NoteStore | |
| getResource(Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceAlternateData(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceAlternateDataAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceApplicationData(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceApplicationDataAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceApplicationDataEntry(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceApplicationDataEntryAsync(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceAsync(Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceAttributes(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceAttributesAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceByHash(Guid noteGuid, QByteArray contentHash, bool withData, bool withRecognition, bool withAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceByHashAsync(Guid noteGuid, QByteArray contentHash, bool withData, bool withRecognition, bool withAlternateData, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceData(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceDataAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceRecognition(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceRecognitionAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceSearchText(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getResourceSearchTextAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSearch(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSearchAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSharedNotebookByAuth(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSharedNotebookByAuthAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncChunk(qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncChunkAsync(qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncState(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncStateAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncStateWithMetrics(const ClientUsageMetrics &clientMetrics, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getSyncStateWithMetricsAsync(const ClientUsageMetrics &clientMetrics, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getTag(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| getTagAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listLinkedNotebooks(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listLinkedNotebooksAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listNotebooks(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listNotebooksAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listNoteVersions(Guid noteGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listNoteVersionsAsync(Guid noteGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listSearches(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listSearchesAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listSharedNotebooks(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listSharedNotebooksAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listTags(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listTagsAsync(QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listTagsByNotebook(Guid notebookGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| listTagsByNotebookAsync(Guid notebookGuid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| NoteStore(QString noteStoreUrl=QString(), QString authenticationToken=QString(), QObject *parent=0) | qevercloud::NoteStore | explicit |
| NoteStore(QObject *parent) | qevercloud::NoteStore | explicit |
| noteStoreUrl() (defined in qevercloud::NoteStore) | qevercloud::NoteStore | inline |
| sendMessageToSharedNotebookMembers(Guid notebookGuid, QString messageText, QStringList recipients, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| sendMessageToSharedNotebookMembersAsync(Guid notebookGuid, QString messageText, QStringList recipients, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setAuthenticationToken(QString authenticationToken) | qevercloud::NoteStore | inline |
| setNoteApplicationDataEntry(Guid guid, QString key, QString value, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setNoteApplicationDataEntryAsync(Guid guid, QString key, QString value, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setNoteStoreUrl(QString noteStoreUrl) | qevercloud::NoteStore | inline |
| setResourceApplicationDataEntry(Guid guid, QString key, QString value, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setResourceApplicationDataEntryAsync(Guid guid, QString key, QString value, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setSharedNotebookRecipientSettings(qint64 sharedNotebookId, const SharedNotebookRecipientSettings &recipientSettings, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| setSharedNotebookRecipientSettingsAsync(qint64 sharedNotebookId, const SharedNotebookRecipientSettings &recipientSettings, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| shareNote(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| shareNoteAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| stopSharingNote(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| stopSharingNoteAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| unsetNoteApplicationDataEntry(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| unsetNoteApplicationDataEntryAsync(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| unsetResourceApplicationDataEntry(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| unsetResourceApplicationDataEntryAsync(Guid guid, QString key, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| untagAll(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| untagAllAsync(Guid guid, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateLinkedNotebook(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateLinkedNotebookAsync(const LinkedNotebook &linkedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateNote(const Note ¬e, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateNoteAsync(const Note ¬e, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateNotebook(const Notebook ¬ebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateNotebookAsync(const Notebook ¬ebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateResource(const Resource &resource, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateResourceAsync(const Resource &resource, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateSearch(const SavedSearch &search, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateSearchAsync(const SavedSearch &search, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateSharedNotebook(const SharedNotebook &sharedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateSharedNotebookAsync(const SharedNotebook &sharedNotebook, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateTag(const Tag &tag, QString authenticationToken=QString()) | qevercloud::NoteStore | |
| updateTagAsync(const Tag &tag, QString authenticationToken=QString()) | qevercloud::NoteStore |
1.8.5