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

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

AbstractStorage(QObject *parent=nullptr)AbstractStorageexplicit
allItemsMarkedRead(qint64 newestItemId)=0AbstractStoragepure virtualslot
clearQueue()AbstractStoragevirtual
clearStorage()AbstractStoragevirtual
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)AbstractStoragevirtual
enqueueMarkAllItemsRead()AbstractStoragevirtual
enqueueMarkFeedRead(qint64 feedId, qint64 newestItemId)AbstractStoragevirtual
enqueueMarkFolderRead(qint64 folderId, qint64 newestItemId)AbstractStoragevirtual
errorAbstractStorage
error() constAbstractStorage
errorChanged(Fuoten::Error *error)AbstractStoragesignal
feedCreated(const QJsonDocument &json)=0AbstractStoragepure virtualslot
feedDeleted(qint64 id)=0AbstractStoragepure virtualslot
feedMarkedRead(qint64 id, qint64 newestItem)=0AbstractStoragepure virtualslot
feedMoved(qint64 id, qint64 targetFolder)=0AbstractStoragepure virtualslot
feedRenamed(qint64 id, const QString &newTitle)=0AbstractStoragepure virtualslot
feedsRequested(const QJsonDocument &json)=0AbstractStoragepure virtualslot
folderCreated(const QJsonDocument &json)=0AbstractStoragepure virtualslot
folderDeleted(qint64 id)=0AbstractStoragepure virtualslot
folderMarkedRead(qint64 id, qint64 newestItem)=0AbstractStoragepure virtualslot
folderRenamed(qint64 id, const QString &newName)=0AbstractStoragepure virtualslot
foldersRequested(const QJsonDocument &json)=0AbstractStoragepure virtualslot
getArticle(qint64 id, int bodyLimit=0)=0AbstractStoragepure virtual
getArticleBody(qint64 id)=0AbstractStoragepure virtual
getArticles(const QueryArgs &args)=0AbstractStoragepure virtual
getArticlesAsync(const QueryArgs &args)AbstractStoragevirtual
getFeed(qint64 id)=0AbstractStoragepure virtual
getFeeds(const QueryArgs &args)=0AbstractStoragepure virtual
getFolders(FuotenEnums::SortingRole sortingRole=FuotenEnums::Name, Qt::SortOrder sortOrder=Qt::AscendingOrder, const IdList &ids=IdList(), FuotenEnums::Type idType=FuotenEnums::Folder, int limit=0)=0AbstractStoragepure virtual
getNewestItemId(FuotenEnums::Type type=FuotenEnums::All, qint64 id=-1)=0AbstractStoragepure virtual
gotArticlesAsync(const Fuoten::ArticleList &articles)AbstractStoragesignal
init()=0AbstractStoragepure virtual
inOperationAbstractStorage
inOperation() constAbstractStorage
inOperationChanged(bool inOperation)AbstractStoragesignal
itemMarked(qint64 itemId, bool unread)=0AbstractStoragepure virtualslot
itemsMarked(const Fuoten::IdList &itemIds, bool unread)=0AbstractStoragepure virtualslot
itemsRequested(const QJsonDocument &json)=0AbstractStoragepure virtualslot
itemsStarred(const QList< QPair< qint64, QString > > &articles, bool star)=0AbstractStoragepure virtualslot
itemStarred(qint64 feedId, const QString &guidHash, bool star)=0AbstractStoragepure virtualslot
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
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