Class e.p.p.w.l.LoadingAnimation(Image):

Part of elisa.plugins.poblesec.widgets.loading_animation View In Hierarchy

A standard loading (spinning) animation widget.
Line # Kind Name Docs
40 Method __init__ Constructor.
69 Method clean Undocumented
73 Method activate Start/stop the animation.
88 Method _transform_mapping_matrix_cb Undocumented

Inherited from Drawable (via Image):

Line # Kind Name Docs
21 Method absolute_x__set Undocumented
25 Method absolute_x__get Undocumented
30 Method absolute_y__set Undocumented
34 Method absolute_y__get Undocumented
39 Method absolute_z__set Undocumented
43 Method absolute_z__get Undocumented
48 Method absolute_position__set Undocumented
51 Method absolute_position__get Undocumented
56 Method absolute_width__set Undocumented
60 Method absolute_width__get Undocumented
65 Method absolute_height__set Undocumented
69 Method absolute_height__get Undocumented
74 Method absolute_size__set Undocumented
77 Method absolute_size__get Undocumented
82 Method absolute_visible__set Undocumented
88 Method absolute_visible__get Undocumented
93 Method absolute_opacity__set Undocumented
96 Method absolute_opacity__get Undocumented

Inherited from Node (via Image, Drawable):

Line # Kind Name Docs
37 Method parent__set Undocumented
57 Method parent__get Undocumented
62 Method x__get Undocumented
68 Method x__set Undocumented
77 Method update_absolute_x Undocumented
84 Method y__get Undocumented
90 Method y__set Undocumented
99 Method update_absolute_y Undocumented
107 Method z__get Undocumented
113 Method z__set Undocumented
122 Method update_absolute_z Undocumented
130 Method position__get Undocumented
136 Method position__set Undocumented
147 Method update_absolute_position Undocumented
160 Method width__get Undocumented
166 Method width__set Undocumented
175 Method update_absolute_width Undocumented
184 Method height__get Undocumented
190 Method height__set Undocumented
199 Method update_absolute_height Undocumented
210 Method size__get Undocumented
216 Method size__set Undocumented
226 Method update_absolute_size Undocumented
236 Method visible__get Undocumented
242 Method visible__set Undocumented
252 Method update_absolute_visible Undocumented
260 Method opacity__get Undocumented
266 Method opacity__set Undocumented
276 Method update_absolute_opacity Undocumented
def __init__(self, delay=0.017000000000000001, resource='elisa.plugins.poblesec.scanning_icon'):
Constructor.
Parametersdelaythe delay in seconds between two animation updates (type: float )
resourcethe theme image resource to use as an animation (type: str )
def clean(self):
Undocumented
def activate(self, active):
Start/stop the animation. This does not change the visibility of the widget.
Parametersactivewhether to start or stop the animation (type: bool )
def _transform_mapping_matrix_cb(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.