Part of elisa.plugins.slideshow.slideshow_controller View In Hierarchy
Instance Variables | playing | whether or not the slideshow is currently playing (type: boolean ) |
duration | delay between two pictures (in seconds) (type: float ) |
Line # | Kind | Name | Docs |
---|---|---|---|
44 | Method | handle_input | Undocumented |
74 | Method | playing__set | Undocumented |
83 | Method | playing__get | Undocumented |
86 | Method | focused_changed | Undocumented |
90 | Method | next_image | Undocumented |
108 | Method | previous_image | Undocumented |
Inherited from ListController:
Line # | Kind | Name | Docs |
---|---|---|---|
39 | Method | __init__ | Undocumented |
45 | Method | __repr__ | Undocumented |
50 | Method | activate_item | Undocumented |
100 | Method | next_item | Undocumented |
112 | Method | previous_item | Undocumented |
121 | Method | set_current_index | Undocumented |
178 | Method | inserted | Undocumented |
186 | Method | removed | Undocumented |
194 | Method | modified | Undocumented |
202 | Method | dirtied | Undocumented |
210 | Method | element_attribute_set | Undocumented |
218 | Method | model_changed | Undocumented |
Inherited from Component (via ListController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
142 | Method | clean | Clean the component. |