Module implementing a RSS feeds manager dialog.
None |
FeedsManager | Class implementing a RSS feeds manager dialog. |
None |
Class implementing a RSS feeds manager dialog.
ErrorDataRole |
UrlStringRole |
None |
FeedsManager | Constructor |
__addFeedItem | Private slot to add a top level feed item. |
__copyUrlToClipboard | Private slot to copy the URL of the selected item to the clipboard. |
__customContextMenuRequested | Private slot to handle the context menu request for the feeds tree. |
__enableButtons | Private slot to disable/enable various buttons. |
__feedLoaded | Private slot to extract the loaded feed data. |
__itemActivated | Private slot to handle the activation of an item. |
__load | Private method to load the feeds data. |
__openMessage | Private method to open a feed message. |
__openMessageInCurrentTab | Private slot to open a feed message in the current browser tab. |
__openMessageInNewBackgroundTab | Private slot to open a feed message in a new background tab. |
__openMessageInNewTab | Private slot to open a feed message in a new browser tab. |
__openMessageInNewWindow | Private slot to open a feed message in a new browser window. |
__openMessageInPrivateWindow | Private slot to open a feed message in a new private browser window. |
__reloadFeed | Private method to reload the given feed. |
__save | Private method to store the feeds data. |
__showError | Private slot to show error info for a failed load operation. |
addFeed | Public method to add a feed. |
on_deleteButton_clicked | Private slot to delete the selected feed. |
on_editButton_clicked | Private slot to edit the selected feed. |
on_feedsTree_itemSelectionChanged | Private slot to enable the various buttons depending on the selection. |
on_reloadAllButton_clicked | Private slot to reload all feeds. |
on_reloadButton_clicked | Private slot to reload the selected feed. |
show | Public slot to show the feeds manager dialog. |
None |
Constructor
Private slot to add a top level feed item.
Private slot to copy the URL of the selected item to the clipboard.
Private slot to handle the context menu request for the feeds tree.
Private slot to disable/enable various buttons.
Private slot to extract the loaded feed data.
Private slot to handle the activation of an item.
Private method to load the feeds data.
Private method to open a feed message.
Private slot to open a feed message in the current browser tab.
Private slot to open a feed message in a new background tab.
Private slot to open a feed message in a new browser tab.
Private slot to open a feed message in a new browser window.
Private slot to open a feed message in a new private browser window.
Private method to reload the given feed.
Private method to store the feeds data.
Private slot to show error info for a failed load operation.
Public method to add a feed.
Private slot to delete the selected feed.
Private slot to edit the selected feed.
Private slot to enable the various buttons depending on the selection.
Private slot to reload all feeds.
Private slot to reload the selected feed.
Public slot to show the feeds manager dialog.