Home
last modified time | relevance | path

Searched refs:feedIndex (Results 1 – 5 of 5) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/newsview/
H A Dnewsmodel.cpp55 QModelIndex feedIndex = mainWindow->feedsModel_->indexById(feedId); in data() local
56 …bool isFeed = (feedIndex.isValid() && mainWindow->feedsModel_->isFolder(feedIndex)) ? false : true; in data()
58 if (feedIndex.isValid()) { in data()
59 QByteArray byteArray = mainWindow->feedsModel_->dataField(feedIndex, "image").toByteArray(); in data()
86 QModelIndex feedIndex = mainWindow->feedsModel_->indexById(feedId); in data() local
87 return mainWindow->feedsModel_->dataField(feedIndex, "text").toString(); in data()
103 QModelIndex feedIndex = mainWindow->feedsModel_->indexById(feedId); in data() local
104 return mainWindow->feedsModel_->dataField(feedIndex, "text").toString(); in data()
/dports/net-im/tut/tut-0.0.17/
H A Dstatusview.go484 feedIndex := len(t.feeds) - 1
485 if t.loadingNewer || feedIndex < 0 {
490 new := t.feeds[feedIndex].LoadNewer()
491 if new == 0 || feedIndex != len(t.feeds)-1 {
497 t.feeds[feedIndex].DrawList()
499 if index == 0 && t.feeds[feedIndex].FeedType() == UserFeedType {
509 feedIndex := len(t.feeds) - 1
510 if t.loadingOlder || feedIndex < 0 {
515 new := t.feeds[feedIndex].LoadOlder()
516 if new == 0 || feedIndex != len(t.feeds)-1 {
[all …]
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.cpp542 QModelIndex feedIndex = feedsModel_->indexById(feedId_); in setSettings() local
594 newsHeader_->setColumns(feedIndex); in setSettings()
722 QModelIndex feedIndex = feedsModel_->indexById(feedId_); in slotNewsViewSelected() local
1357 QModelIndex feedIndex = feedsModel_->indexById(feedId.toInt()); in updateWebView() local
1590 hostUrl = feedsModel_->dataField(feedIndex, "htmlUrl").toString(); in loadNewspaper()
1645 QModelIndex feedIndex = feedsModel_->indexById(feedId.toInt()); in loadNewspaper() local
1885 QModelIndex feedIndex = feedsModel_->indexById(feedId); in slotLinkClicked() local
2051 QModelIndex feedIndex = feedsModel_->indexById(feedId.toInt()); in openInExternalBrowserNews() local
2160 QModelIndex feedIndex = feedsModel_->indexById(feedId); in openNewsNewTab() local
2373 QModelIndex feedIndex = feedsModel_->indexById(feedId); in openUrlInExternalBrowser() local
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Feeds/
H A DFeedsManager.py174 feedIndex = self.__feeds.index(feedToChange)
190 self.__feeds[feedIndex] = (urlString, title, feedToChange[2])
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp4723 QModelIndex feedIndex = QModelIndex(); in restoreFeedsOnStartUp() local
4727 feedIndex = feedsProxyModel_->mapFromSource(feedId); in restoreFeedsOnStartUp()
4729 feedsView_->setCurrentIndex(feedIndex); in restoreFeedsOnStartUp()
4731 slotFeedClicked(feedIndex); in restoreFeedsOnStartUp()
6420 feedsView_->setCurrentIndex(feedIndex); in slotTabCurrentChanged()
6421 feedProperties_->setEnabled(feedIndex.isValid()); in slotTabCurrentChanged()
6763 int feedId = feedsModel_->idByIndex(feedIndex); in feedsModelReload()
6767 feedIndex = feedsProxyModel_->mapFromSource(feedId); in feedsModelReload()
6769 feedsView_->setCurrentIndex(feedIndex); in feedsModelReload()
6953 slotFeedSelected(feedIndex); in slotOpenNew()
[all …]