Part of elisa.plugins.rss.controller View In Hierarchy
Known subclasses: elisa.plugins.rss.controller.RssReaderCoverflowController, elisa.plugins.rss.controller.RssReaderGridController, elisa.plugins.rss.controller.RssReaderPreviewListController
Line # | Kind | Name | Docs |
---|---|---|---|
57 | Method | initialize | |
112 | Method | node_clicked | Callback invoked when an item of the list representing a given level of |
Inherited from HierarchyController:
Line # | Kind | Name | Docs |
---|---|---|---|
80 | Method | register_deferred | Register a deferred call to be associated to a given key. |
86 | Method | cancel_deferreds | Cancel all the currently pending deferred calls associated to one given |
103 | Method | cancel_all_deferreds | Cancel all the currently pending deferred calls. |
114 | Method | clean | Clean the component. |
Inherited from Component (via HierarchyController):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Inherited from Loggable (via HierarchyController, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
Parameters | feed | the feed to display
(type: elisa.plugins.rss.models.RssFeedModel
) |
feed_list | a list of feed information in tuple of (name, uri, icon, [etc. whatever
needed])
(type: tuple of str
) | |
rss_feed_class | the class of the RSS feed
(type: sublcass of elisa.plugins.rss.models.RssFeedModel
) |
Parameters | widget | the selected list item widget in the view
(type: elisa.plugins.pigment.widgets.widget.Widget
) |
item | the selected list item in the controller's model
(type: elisa.core.components.model.Model
) |