Class e.p.p.w.l.ListCarrousel(List):

Part of elisa.plugins.pigment.widgets.list_carrousel View In Hierarchy

Known subclasses: elisa.plugins.poblesec.sections_menu.SectionsMenuWidget

Undocumented
Line # Kind Name Docs
28 Method compute_x Undocumented
34 Method compute_y Undocumented
40 Method compute_z Undocumented
46 Method compute_opacity Undocumented
52 Method compute_zoom Undocumented
77 Method set_model Set the list of items that are rendered by the list widget. Further
107 Method visible_range_start__set Undocumented
114 Method visible_range_size__set Undocumented
121 Method selected_item_index__set Undocumented
231 Method do_key_press_event Default 'key-press-event' signal handler.
241 Method do_scrolled Undocumented
261 Method do_clicked Undocumented
265 Method do_drag_motion Undocumented

Inherited from List:

Line # Kind Name Docs
91 Method __init__
163 Method set_renderer Function used by the list widget to render an item of the model. It
177 Method set_selector Undocumented
204 Method _connect_widget Undocumented
209 Method _connect_widget_signal_to_own_with_model
221 Method _emit_item_clicked Undocumented
277 Method _move_widgets_from_beginning_to_end Undocumented
282 Method _move_widgets_from_end_to_beginning Undocumented
308 Method _render_all Undocumented
311 Method visible_range_start__get Undocumented
333 Method visible_range_size__get Undocumented
372 Method selected_item_index__get Undocumented
408 Method _selected_to_range_start Undocumented
428 Method _prepare_all_widgets Undocumented
435 Method _prepare_selector Undocumented
450 Method _layout_selector Undocumented
465 Method _set_selector_opacity Undocumented
474 Method _set_selector_visibility Undocumented
485 Method compute_height Undocumented
488 Method compute_width Undocumented
536 Method visible__set Undocumented
545 Method do_focus Undocumented
548 Method do_released Undocumented
562 Method do_drag_begin Undocumented
577 Method do_drag_end Undocumented
588 Method do_item_clicked Undocumented
594 Method do_selected_item_changed Undocumented
628 Method _stop_deceleration Undocumented

Inherited from Widget (via List):

Line # Kind Name Docs
92 Method _init_styles Undocumented
132 Method state__get The present state of the widget
136 Method state__set Set the state of the widget and emit the "state-changed" signal if
153 Method do_state_changed Default 'state-changed' handler
160 Method style__get The present style
164 Method style__set Set the present style, after binding it to the widget and subscribing
180 Method _style_property_changed Undocumented
184 Method do_style_set Default 'style-set' signal handler
189 Method _update_style_properties Update the widget's appearence basing on the properties set.
206 Method get_parent Get the parent, if exists.
214 Method get_children Get the list of direct children.
222 Method get_root Get the root of the widget's tree hierarchy
233 Method get_descendants Get the list of nodes in the subtree
247 Method focus__get Whether the widget has focus
251 Method focus__set Set or unset the focus on the widget and emit the 'focus' signal.
279 Method focus_child__get Get the child with focus
299 Method _do_real_key_press_event Undocumented
303 Class Method _demo_create_viewport Undocumented
310 Class Method _on_demo_delete Undocumented
329 Class Method _set_demo_widget_defaults Undocumented
350 Class Method demo Create a demo widget, put it on a canvas and show it in a viewport.

Inherited from Group (via List, Widget):

Line # Kind Name Docs
82 Method canvas__set Undocumented
102 Method canvas__get Undocumented
107 Method layer__set Undocumented
120 Method layer__get Undocumented
128 Method add Undocumented
150 Method _proxy_child_signal_scrolled Undocumented
154 Method _proxy_child_signal Undocumented
158 Method _proxy_child_signal_with_pressure Undocumented
162 Method remove Undocumented
176 Method empty Undocumented
186 Method __len__ Undocumented
189 Method __iter__ Undocumented
192 Method update_absolute_x Undocumented
199 Method update_absolute_y Undocumented
206 Method update_absolute_z Undocumented
213 Method update_absolute_position Undocumented
220 Method update_absolute_width Undocumented
229 Method update_absolute_height Undocumented
238 Method update_absolute_size Undocumented
247 Method update_absolute_visible Undocumented
252 Method update_absolute_opacity Undocumented
258 Method regenerate Undocumented
262 Method absolute_width__get Undocumented
265 Method absolute_width__set Undocumented
270 Method absolute_height__get Undocumented
273 Method absolute_height__set Undocumented
278 Method absolute_x__get Undocumented
281 Method absolute_x__set Undocumented
287 Method absolute_y__get Undocumented
290 Method absolute_y__set Undocumented
296 Method absolute_z__get Undocumented
299 Method absolute_z__set Undocumented
305 Method clean Undocumented

Inherited from Node (via List, Widget, Group):

Line # Kind Name Docs
36 Method parent__set Undocumented
55 Method parent__get Undocumented
60 Method x__get Undocumented
66 Method x__set Undocumented
82 Method y__get Undocumented
88 Method y__set Undocumented
105 Method z__get Undocumented
111 Method z__set Undocumented
128 Method position__get Undocumented
134 Method position__set Undocumented
158 Method width__get Undocumented
164 Method width__set Undocumented
182 Method height__get Undocumented
188 Method height__set Undocumented
208 Method size__get Undocumented
214 Method size__set Undocumented
234 Method visible__get Undocumented
258 Method opacity__get Undocumented
264 Method opacity__set Undocumented
def compute_x(self, factor):
Undocumented
def compute_y(self, factor):
Undocumented
def compute_z(self, factor):
Undocumented
def compute_opacity(self, factor):
Undocumented
def compute_zoom(self, factor):
Undocumented
def set_model(self, model):
Set the list of items that are rendered by the list widget. Further updates to the model are automatically picked up by the list widget.
Parametersmodellist of items that should be rendered by the list widget (type: list )
def visible_range_start__set(self, visible_range_start):
Undocumented
def visible_range_size__set(self, visible_range_size):
Undocumented
def selected_item_index__set(self, index):
Undocumented
def do_key_press_event(self, viewport, event, widget):

Default 'key-press-event' signal handler.

Forward the signal to the focused child, if any.
def do_scrolled(self, x, y, z, direction, time):
Undocumented
def do_clicked(self, x, y, z, button, time, pressure):
Undocumented
def do_drag_motion(self, x, y, z, button, time, pressure):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-29 19:14:29.