Home
last modified time | relevance | path

Searched refs:FeedList (Results 1 – 25 of 62) sorted by relevance

123

/dports/deskutils/akregator/akregator-21.12.3/src/feed/
H A Dfeedlist.cpp32 FeedList *const q;
50 AddNodeVisitor(FeedList *list) in AddNodeVisitor()
107 FeedList *m_list = nullptr;
142 FeedList *m_list;
156 FeedList::FeedList(Backend::Storage *storage) in FeedList() function in FeedList
292 FeedList::~FeedList() in ~FeedList()
324 void FeedList::append(FeedList *list, Folder *parent, TreeNode *after) in append()
400 bool FeedList::isEmpty() const in isEmpty()
405 void FeedList::rootNodeChanged() in rootNodeChanged()
473 int FeedList::unread() const in unread()
[all …]
H A Dfeedlist.h33 class FeedList; variable
46 …explicit FeedListManagementImpl(const QSharedPointer<FeedList> &list = QSharedPointer<FeedList>());
47 void setFeedList(const QSharedPointer<FeedList> &list);
56 QSharedPointer<FeedList> m_feedList;
65 class AKREGATOR_EXPORT FeedList : public QObject
69 explicit FeedList(Akregator::Backend::Storage *storage);
72 ~FeedList() override;
107 void append(FeedList *list, Folder *parent = nullptr, TreeNode *after = nullptr);
132 void signalDestroyed(Akregator::FeedList *);
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/syndication/
H A Dfeedlist.cpp28 FeedList::FeedList(const QString &data_dir, QObject *parent) in FeedList() function in kt::FeedList
34 FeedList::~FeedList() in ~FeedList()
64 void FeedList::importOldFeeds() in importOldFeeds()
125 void FeedList::addFeed(Feed *f) in addFeed()
132 int FeedList::rowCount(const QModelIndex &parent) const in rowCount()
187 Feed *FeedList::feedForIndex(const QModelIndex &idx) in feedForIndex()
195 Feed *FeedList::feedForDirectory(const QString &dir) in feedForDirectory()
220 void FeedList::removeFeeds(const QModelIndexList &idx) in removeFeeds()
238 void FeedList::feedUpdated() in feedUpdated()
246 void FeedList::filterRemoved(Filter *f) in filterRemoved()
[all …]
H A Dfeedlistview.h15 class FeedList; variable
24 FeedListView(FeedList *feeds, QWidget *parent);
38 FeedList *feeds;
H A Dsyndicationtab.h20 class FeedList; variable
31 SyndicationTab(KActionCollection *ac, FeedList *feeds, FilterList *filters, QWidget *parent);
49 FeedList *feeds;
H A Dfiltereditor.h20 class FeedList; variable
42 …FilterEditor(Filter *filter, FilterList *filters, FeedList *feeds, CoreInterface *core, QWidget *p…
57 FeedList *feeds;
H A Dfeedlist.h23 class FeedList : public QAbstractListModel
26 FeedList(const QString &data_dir, QObject *parent);
27 ~FeedList();
/dports/net/liferea/liferea-1.12.7/src/
H A Dfeedlist.h33 #define FEEDLIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FEEDLIST_TYPE, FeedList))
38 typedef struct FeedList FeedList; typedef
42 extern FeedList *feedlist;
44 struct FeedList struct
66 FeedList * feedlist_create (void); argument
/dports/deskutils/akregator/akregator-21.12.3/src/
H A Dkernel.h22 class FeedList; variable
36 Q_REQUIRED_RESULT QSharedPointer<FeedList> feedList() const;
37 void setFeedList(const QSharedPointer<FeedList> &feedList);
49 QSharedPointer<FeedList> m_feedList;
H A Dmainwidget.h38 class FeedList; variable
78 void setFeedList(const QSharedPointer<FeedList> &feedList);
89 Q_REQUIRED_RESULT QSharedPointer<FeedList> allFeedsList() in allFeedsList()
237 void deleteExpiredArticles(const QSharedPointer<FeedList> &feedList);
247 QSharedPointer<FeedList> m_feedList;
H A Darticlejobs.h24 class FeedList; variable
62 QSharedPointer<FeedList> m_feedList;
82 QSharedPointer<FeedList> m_feedList;
H A Dprogressmanager.cpp38 void ProgressManager::setFeedList(const QSharedPointer<FeedList> &feedList) in setFeedList()
58 connect(feedList.data(), &FeedList::signalNodeAdded, this, &ProgressManager::slotNodeAdded); in setFeedList()
59 … connect(feedList.data(), &FeedList::signalNodeRemoved, this, &ProgressManager::slotNodeRemoved); in setFeedList()
/dports/deskutils/akregator/akregator-21.12.3/src/command/
H A Dimportfeedlistcommand.cpp38 QWeakPointer<FeedList> targetList;
54 const QSharedPointer<FeedList> target = targetList.lock(); in doImport()
62 QScopedPointer<FeedList> importedList(new FeedList(Kernel::self()->storage())); in doImport()
111 void ImportFeedListCommand::setTargetList(const QWeakPointer<FeedList> &feedList) in setTargetList()
H A Ddeletesubscriptioncommand.h19 class FeedList; variable
29 void setSubscription(const QWeakPointer<FeedList> &feedList, uint subId);
32 QWeakPointer<FeedList> feedList() const;
H A Dexpireitemscommand.h21 class FeedList; variable
31 void setFeedList(const QWeakPointer<FeedList> &feedList);
32 QWeakPointer<FeedList> feedList() const;
H A Deditsubscriptioncommand.h19 class FeedList; variable
30 void setSubscription(const QSharedPointer<FeedList> &feedList, uint subId);
32 QSharedPointer<FeedList> feedList() const;
H A Dexpireitemscommand.cpp37 QWeakPointer<FeedList> m_feedList;
73 const QSharedPointer<FeedList> feedList = m_feedList.lock(); in createDeleteJobs()
99 void ExpireItemsCommand::setFeedList(const QWeakPointer<FeedList> &feedList) in setFeedList()
104 QWeakPointer<FeedList> ExpireItemsCommand::feedList() const in feedList()
H A Ddeletesubscriptioncommand.cpp115 QWeakPointer<FeedList> m_list;
137 void DeleteSubscriptionCommand::setSubscription(const QWeakPointer<FeedList> &feedList, uint subId) in setSubscription()
148 QWeakPointer<FeedList> DeleteSubscriptionCommand::feedList() const in feedList()
167 const QSharedPointer<FeedList> list = m_list.lock(); in startDelete()
H A Dloadfeedlistcommand.cpp43 void emitResult(const QSharedPointer<FeedList> &list);
51 void LoadFeedListCommandPrivate::emitResult(const QSharedPointer<FeedList> &list) in emitResult()
59 QSharedPointer<FeedList> feedList(new FeedList(storage)); in handleDocument()
H A Deditsubscriptioncommand.cpp70 QSharedPointer<FeedList> m_list;
95 void EditSubscriptionCommand::setSubscription(const QSharedPointer<FeedList> &feedList, uint subId) in setSubscription()
106 QSharedPointer<FeedList> EditSubscriptionCommand::feedList() const in feedList()
/dports/deskutils/akregator/akregator-21.12.3/src/subscription/
H A Dsubscriptionlistjobs.h19 class FeedList; variable
41 QWeakPointer<FeedList> m_feedList;
61 QSharedPointer<FeedList> m_feedList;
77 QWeakPointer<FeedList> m_feedList;
H A Dsubscriptionlistmodel.h22 class FeedList; variable
62 …explicit SubscriptionListModel(const QSharedPointer<const FeedList> &feedList, QObject *parent = n…
108 QSharedPointer<const FeedList> m_feedList;
124 void setFeedList(const QSharedPointer<FeedList> &feedList);
135 QSharedPointer<FeedList> m_feedList;
H A Dsubscriptionlistmodel.cpp66 static const Akregator::TreeNode *nodeForIndex(const QModelIndex &index, const FeedList *feedList) in nodeForIndex()
158 Akregator::SubscriptionListModel::SubscriptionListModel(const QSharedPointer<const FeedList> &feedL… in SubscriptionListModel()
166 …connect(m_feedList.data(), &FeedList::signalNodeAdded, this, &SubscriptionListModel::subscriptionA… in SubscriptionListModel()
167 …connect(m_feedList.data(), &FeedList::signalAboutToRemoveNode, this, &SubscriptionListModel::about… in SubscriptionListModel()
168 …connect(m_feedList.data(), &FeedList::signalNodeRemoved, this, &SubscriptionListModel::subscriptio… in SubscriptionListModel()
169 …connect(m_feedList.data(), &FeedList::signalNodeChanged, this, &SubscriptionListModel::subscriptio… in SubscriptionListModel()
170 connect(m_feedList.data(), &FeedList::fetchStarted, this, &SubscriptionListModel::fetchStarted); in SubscriptionListModel()
171 connect(m_feedList.data(), &FeedList::fetched, this, &SubscriptionListModel::fetched); in SubscriptionListModel()
172 connect(m_feedList.data(), &FeedList::fetchAborted, this, &SubscriptionListModel::fetchAborted); in SubscriptionListModel()
434 void FolderExpansionHandler::setFeedList(const QSharedPointer<FeedList> &feedList) in setFeedList()
/dports/www/gregarius/gregarius/cls/wrappers/
H A Dfeeds.php38 $GLOBALS['rss']->feedList = new FeedList(false);
161 $GLOBALS['rss']->feedList = new FeedList(false);
169 $GLOBALS['rss']->feedList = new FeedList(false);
/dports/www/gallery2/gallery2/modules/rss/
H A DFeedList.inc43 $template->setVariable('FeedList', array('feeds' => $feeds));
44 $template->setVariable('view', 'rss.FeedList');
45 return array(null, array('body' => 'modules/rss/templates/FeedList.tpl'));

123