|
void | clear () |
|
bool | empty () const |
|
size_t | numCachedNotes () const |
|
void | cacheNote (const Note ¬e) |
|
void | expungeNote (const Note ¬e) |
|
const Note * | findNote (const QString &uid, const WhichUid whichUid) const |
|
void | clearAllNotes () |
|
size_t | numCachedResources () const |
|
void | cacheResource (const Resource &resource) |
|
void | expungeResource (const Resource &resource) |
|
const Resource * | findResource (const QString &id, const WhichUid whichUid) const |
|
void | clearAllResources () |
|
size_t | numCachedNotebooks () const |
|
void | cacheNotebook (const Notebook ¬ebook) |
|
void | expungeNotebook (const Notebook ¬ebook) |
|
const Notebook * | findNotebook (const QString &uid, const WhichUid whichUid) const |
|
const Notebook * | findNotebookByName (const QString &name) const |
|
void | clearAllNotebooks () |
|
size_t | numCachedTags () const |
|
void | cacheTag (const Tag &tag) |
|
void | expungeTag (const Tag &tag) |
|
const Tag * | findTag (const QString &uid, const WhichUid whichUid) const |
|
const Tag * | findTagByName (const QString &name) const |
|
void | clearAllTags () |
|
size_t | numCachedLinkedNotebooks () const |
|
void | cacheLinkedNotebook (const LinkedNotebook &linkedNotebook) |
|
void | expungeLinkedNotebook (const LinkedNotebook &linkedNotebook) |
|
const LinkedNotebook * | findLinkedNotebook (const QString &guid) const |
|
void | clearAllLinkedNotebooks () |
|
size_t | numCachedSavedSearches () const |
|
void | cacheSavedSearch (const SavedSearch &savedSearch) |
|
void | expungeSavedSearch (const SavedSearch &savedSearch) |
|
const SavedSearch * | findSavedSearch (const QString &uid, const WhichUid whichUid) const |
|
const SavedSearch * | findSavedSearchByName (const QString &name) const |
|
void | clearAllSavedSearches () |
|
void | installCacheExpiryFunction (const ILocalStorageCacheExpiryChecker &checker) |
|
virtual QTextStream & | print (QTextStream &strm) const override |
|
virtual QTextStream & | print (QTextStream &strm) const =0 |
|
virtual const QString | toString () const |
|