Part of elisa.plugins.slideshow.long_loading_image View In Hierarchy
Widget providing facilities for displaying a temporary quickly loaded image while a bigger one is being loaded.
Display quick_image
and then image
when it is
finished loading.
Instance Variables | image | image that can take time to load
(type: pgm.graph.image.Image
) |
quick_image | image quick to load
(type: pgm.graph.image.Image
) | |
loading | DOCME (type: bool ) | |
loading_image_path | DOCME (type: str ) | |
Class Variables | time_before_quick | DOCME (type: float ) |
time_before_loading | DOCME (type: float ) |
Line # | Kind | Name | Docs |
---|---|---|---|
58 | Method | __init__ | Undocumented |
91 | Method | image__get | Undocumented |
117 | Method | quick_image__get | Undocumented |
145 | Method | loading_image_path__set | Undocumented |
167 | Method | loading__set | Undocumented |
186 | Method | loading__get | Undocumented |