Esempio n. 1
0
 def removeFeed(self):
     selectedItemIndex = self.ui.feedList.currentRow()
     selectedFeed = self.feedList[selectedItemIndex]
     classifier.removefromScoreTable(selectedFeed)
     fm.removeFeed(selectedFeed)
     #Set the refreshDisplay status to true.
     self.parent.parent.refreshDisplay = True
     self.displayFeeds()
Esempio n. 2
0
 def removeFeed(self):
     selectedItemIndex = self.ui.feedList.currentRow()
     selectedFeed = self.feedList[selectedItemIndex]
     classifier.removefromScoreTable(selectedFeed)
     fm.removeFeed(selectedFeed)
     #Set the refreshDisplay status to true.
     self.parent.parent.refreshDisplay = True
     self.displayFeeds()
Esempio n. 3
0
File: ui.py Progetto: Lanka/feedIO
    def removeFeed(self):
        selectedIndex = self.ui.feedList.currentIndex()
        selectedFeed = self.feedList[selectedIndex]

        classifier.removefromScoreTable(selectedFeed)
        fm.removeFeed(selectedFeed)

        self.close()
Esempio n. 4
0
File: ui.py Progetto: Lanka/feedIO
 def removeFeed(self):
     selectedItemIndex = self.ui.feedList.currentRow()
     selectedFeed = self.feedList[selectedItemIndex]
     classifier.removefromScoreTable(selectedFeed)
     fm.removeFeed(selectedFeed)
     self.displayFeeds()