Class e.p.p.b.c.CoverflowList(List):

Part of elisa.plugins.poblesec.base.coverflow View In Hierarchy

Undocumented
Line # Kind Name Docs
41 Method visible_range_size__set Undocumented
69 Method compute_x Undocumented
77 Method compute_z Undocumented
86 Method compute_opacity Undocumented
125 Method do_key_press_event Default 'key-press-event' signal handler.
135 Method do_scrolled Undocumented
151 Method do_clicked Undocumented
155 Method do_drag_motion Undocumented
49 Method _piecewise_interpolation Undocumented
92 Method _prepare_widget Undocumented
99 Method _layout_widget Undocumented
104 Method _selected_to_range_start Undocumented
110 Method _create_widgets Undocumented
141 Method _fcl_child_clicked Undocumented
178 Class Method _demo_widget Meant to be overidden by inheriting widgets for widget creation and

Inherited from List:

Line # Kind Name Docs
93 Method __init__
142 Method set_model Set the list of items that are rendered by the list widget. Further
167 Method set_renderer Function used by the list widget to render an item of the model. It
182 Method set_selector Undocumented
321 Method visible_range_start__get Undocumented
324 Method visible_range_start__set Undocumented
344 Method visible_range_size__get Undocumented
383 Method selected_item_index__get Undocumented
386 Method selected_item_index__set Undocumented
543 Method visible__set Undocumented
552 Method do_focus Undocumented
555 Method do_released Undocumented
569 Method do_drag_begin Undocumented
584 Method do_drag_end Undocumented
595 Method do_item_clicked Undocumented
601 Method do_selected_item_changed Undocumented
682 Method clean Undocumented
207 Method _connect_widget Undocumented
212 Method _connect_widget_signal_to_own_with_model
224 Method _emit_item_clicked Undocumented
233 Method _on_items_changed Undocumented
239 Method _on_items_deleted Undocumented
253 Method _on_items_inserted Undocumented
280 Method _on_items_reordered Undocumented
283 Method _move_widgets_from_beginning_to_end Undocumented
288 Method _move_widgets_from_end_to_beginning Undocumented
293 Method _item_index_from_widget_index Undocumented
297 Method _widget_index_from_item_index Undocumented
301 Method _render_widgets Undocumented
311 Method _render_all_widgets Undocumented
430 Method _range_start_to_selected Undocumented
437 Method _prepare_all_widgets Undocumented
444 Method _prepare_selector Undocumented
450 Method _layout_all_widgets Undocumented
472 Method _layout_selector Undocumented
487 Method _set_selector_opacity Undocumented
496 Method _set_selector_visibility Undocumented
608 Method _decelerate Undocumented
635 Method _stop_deceleration Undocumented

Inherited from Widget (via List):

Line # Kind Name Docs
131 Method state__get The present state of the widget
135 Method state__set Set the state of the widget and emit the "state-changed" signal if
152 Method do_state_changed Default 'state-changed' handler
159 Method style__get The present style
163 Method style__set Set the present style, after binding it to the widget and subscribing
190 Method do_style_set Default 'style-set' signal handler
272 Method update_style_properties Update the widget's appearence basing on the properties set.
309 Method get_parent Get the parent, if exists.
317 Method get_children Get the list of direct children.
325 Method get_root Get the root of the widget's tree hierarchy
336 Method get_descendants Get the list of nodes in the subtree
373 Method focus__get Whether the widget has focus
377 Method focus__set Set the focus state on the widget emitting the 'focus' signal on the
414 Method focus_child__get Get the child with focus
489 Class Method demo Create a demo widget, put it on a canvas and show it in a viewport.
98 Method _init_styles Undocumented
186 Method _style_property_changed Undocumented
195 Method _parse_style_key Parse a style property key into a couple (widget, attribute name).
233 Method _parse_style_value Parse a style property value.
350 Method _set_focused Set or unset the focused widget and update the focused child property of
432 Method _do_real_key_press_event Undocumented
442 Class Method _demo_create_viewport Undocumented
449 Class Method _on_demo_delete Undocumented
468 Class Method _set_demo_widget_defaults Undocumented

Inherited from Group (via List, Widget):

Line # Kind Name Docs
85 Method canvas__set Undocumented
105 Method canvas__get Undocumented
110 Method layer__set Undocumented
123 Method layer__get Undocumented
131 Method add Undocumented
173 Method remove Undocumented
192 Method empty Undocumented
202 Method __len__ Undocumented
205 Method __iter__ Undocumented
208 Method update_absolute_x Undocumented
215 Method update_absolute_y Undocumented
222 Method update_absolute_z Undocumented
229 Method update_absolute_position Undocumented
236 Method update_absolute_width Undocumented
245 Method update_absolute_height Undocumented
254 Method update_absolute_size Undocumented
263 Method update_absolute_visible Undocumented
268 Method update_absolute_opacity Undocumented
274 Method regenerate Undocumented
161 Method _proxy_child_signal_scrolled Undocumented
165 Method _proxy_child_signal Undocumented
169 Method _proxy_child_signal_with_pressure Undocumented

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

Line # Kind Name Docs
39 Method absolute_width__get Undocumented
42 Method absolute_width__set Undocumented
47 Method absolute_height__get Undocumented
50 Method absolute_height__set Undocumented
55 Method absolute_x__get Undocumented
58 Method absolute_x__set Undocumented
64 Method absolute_y__get Undocumented
67 Method absolute_y__set Undocumented
73 Method absolute_z__get Undocumented
76 Method absolute_z__set Undocumented
82 Method parent__set Undocumented
102 Method parent__get Undocumented
107 Method x__get Undocumented
113 Method x__set Undocumented
129 Method y__get Undocumented
135 Method y__set Undocumented
152 Method z__get Undocumented
158 Method z__set Undocumented
175 Method position__get Undocumented
181 Method position__set Undocumented
205 Method width__get Undocumented
211 Method width__set Undocumented
229 Method height__get Undocumented
235 Method height__set Undocumented
255 Method size__get Undocumented
261 Method size__set Undocumented
281 Method visible__get Undocumented
305 Method opacity__get Undocumented
311 Method opacity__set Undocumented
def visible_range_size__set(self, visible_range_size):
Undocumented
def _piecewise_interpolation(self, x, y, factor):
Undocumented
def compute_x(self, index):
Undocumented
def compute_z(self, index):
Undocumented
def compute_opacity(self, index):
Undocumented
def _prepare_widget(self, widget):
Undocumented
def _layout_widget(self, widget, position):
Undocumented
def _selected_to_range_start(self, selected_item_index):
Undocumented
def _create_widgets(self):
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 _fcl_child_clicked(self, drawable, x, y, z, button, time, pressure):
Undocumented
def do_clicked(self, x, y, z, button, time, pressure):
Undocumented
def do_drag_motion(self, x, y, z, button, time, pressure):
Undocumented
@classmethod
def _demo_widget(cls, *args, **kwargs):
Meant to be overidden by inheriting widgets for widget creation and setup at demo time.
Returnselisa.plugins.pigment.widgets.Widget
API Documentation for Elisa Media Center, generated by pydoctor at 2009-01-12 17:59:14.