libfuoten 0.8.1
Qt based library to access the ownCloud/Nextcloud News App API
Loading...
Searching...
No Matches
SQLiteStorage Member List

This is the complete list of members for SQLiteStorage, including all inherited members.

AbstractStorage(QObject *parent=nullptr)AbstractStorageexplicit
clearQueue() overrideSQLiteStoragevirtual
clearStorage() overrideSQLiteStoragevirtual
configurationAbstractStorage
configuration() constAbstractStorage
configurationChanged(Fuoten::AbstractConfiguration *configuration)AbstractStoragesignal
createdFeed(qint64 id, qint64 folderId)AbstractStoragesignal
createdFolder(qint64 id, const QString &name)AbstractStoragesignal
deletedFeed(qint64 id)AbstractStoragesignal
deletedFolder(qint64 id)AbstractStoragesignal
enqueueItem(FuotenEnums::QueueAction action, Article *article) overrideSQLiteStoragevirtual
enqueueMarkAllItemsRead() overrideSQLiteStoragevirtual
enqueueMarkFeedRead(qint64 feedId, qint64 newestItemId) overrideSQLiteStoragevirtual
enqueueMarkFolderRead(qint64 folderId, qint64 newestItemId) overrideSQLiteStoragevirtual
errorAbstractStorage
error() constAbstractStorage
errorChanged(Fuoten::Error *error)AbstractStoragesignal
getArticle(qint64 id, int bodyLimit=0) overrideSQLiteStoragevirtual
getArticleBody(qint64 id) overrideSQLiteStoragevirtual
getArticles(const QueryArgs &args) overrideSQLiteStoragevirtual
getArticlesAsync(const QueryArgs &args) overrideSQLiteStoragevirtual
getFeed(qint64 id) overrideSQLiteStoragevirtual
getFeeds(const QueryArgs &args) overrideSQLiteStoragevirtual
getFolders(FuotenEnums::SortingRole sortingRole=FuotenEnums::Name, Qt::SortOrder sortOrder=Qt::AscendingOrder, const IdList &ids=IdList(), FuotenEnums::Type idType=FuotenEnums::Folder, int limit=0) overrideSQLiteStoragevirtual
getNewestItemId(FuotenEnums::Type type=FuotenEnums::All, qint64 id=-1) overrideSQLiteStoragevirtual
gotArticlesAsync(const Fuoten::ArticleList &articles)AbstractStoragesignal
init() overrideSQLiteStoragevirtual
inOperationAbstractStorage
inOperation() constAbstractStorage
inOperationChanged(bool inOperation)AbstractStoragesignal
markedAllItemsRead(qint64 newestItemId)AbstractStoragesignal
markedAllItemsReadInQueue()AbstractStoragesignal
markedItem(qint64 itemId, bool unread)AbstractStoragesignal
markedItems(const Fuoten::IdList &itemIds, bool unread)AbstractStoragesignal
markedReadFeed(qint64 id, qint64 newestItem)AbstractStoragesignal
markedReadFeedInQueue(qint64 feedId, qint64 newestItemId)AbstractStoragesignal
markedReadFolder(qint64 id, qint64 newestItem)AbstractStoragesignal
markedReadFolderInQueue(qint64 folderId, qint64 newestItemId)AbstractStoragesignal
movedFeed(qint64 id, qint64 targetFolder)AbstractStoragesignal
notificatorAbstractStorage
notificator() constAbstractStorage
notificatorChanged(Fuoten::AbstractNotificator *notificator)AbstractStoragesignal
notify(const Error *e) constAbstractStorageprotected
notify(AbstractNotificator::Type type, QtMsgType severity, const QVariant &data) constAbstractStorageprotected
queueCleared()AbstractStoragesignal
readyAbstractStorage
ready() constAbstractStorage
readyChanged(bool ready)AbstractStoragesignal
renamedFeed(qint64 id, const QString &newName)AbstractStoragesignal
renamedFolder(qint64 id, const QString &newName)AbstractStoragesignal
requestedFeeds(const Fuoten::IdList &updatedFeeds, const Fuoten::IdList &newFeeds, const Fuoten::IdList &deletedFeeds)AbstractStoragesignal
requestedFolders(const QList< QPair< qint64, QString > > &updatedFolders, const QList< QPair< qint64, QString > > &newFolders, const Fuoten::IdList &deletedFolders)AbstractStoragesignal
requestedItems(const Fuoten::IdList &updatedItems, const Fuoten::IdList &newItems, const Fuoten::IdList &deletedItems)AbstractStoragesignal
setConfiguration(AbstractConfiguration *nConfiguration)AbstractStorage
setError(Error *nError)AbstractStorageprotected
setInOperation(bool nInOperation)AbstractStorageprotected
setNotificator(AbstractNotificator *notificator)AbstractStorage
setReady(bool nReady)AbstractStorageprotected
setStarred(int nStarred)AbstractStorageprotectedvirtualslot
setTotalUnread(int nTotalUnread)AbstractStorageprotectedvirtualslot
SQLiteStorage(const QString &dbpath, QObject *parent=nullptr)SQLiteStorage
starredAbstractStorage
starred() constAbstractStoragevirtual
starredChanged(int starred)AbstractStoragesignal
starredItem(qint64 feedId, const QString &guidHash, bool starred)AbstractStoragesignal
starredItems(const QList< QPair< qint64, QString > > &articles, bool star)AbstractStoragesignal
storageCleared()AbstractStoragesignal
totalUnreadAbstractStorage
totalUnread() constAbstractStoragevirtual
totalUnreadChanged(int totalUnread)AbstractStoragesignal
~AbstractStorage() overrideAbstractStorage
~SQLiteStorage() overrideSQLiteStorage