Package elisa :: Package plugins :: Package bad :: Package raval_frontend :: Module grid_view :: Class GridView
[hide private]
[frames] | no frames]

Class GridView

source code


Nested Classes [hide private]

Inherited from pgm.graph.group.Group: __metaclass__

Instance Methods [hide private]
 
clean(self) source code
 
edge_length__set(self, length) source code
 
grid_bar_index__set(self, index) source code
 
update_details(self) source code
 
selector_visible__set(self, visible) source code
 
create_widgets(self) source code
 
_bar_focus_changed(self, bar, value) source code
 
create_item(self, model) source code
 
load_item(self, index) source code
 
unload_item(self, widget) source code
 
element_attribute_set(self, position, key, old_value, new_value) source code
 
do_selected_item_changed(self, index) source code
 
do_drag_begin(self, x, y, z, button, time) source code
 
do_drag_motion(self, x, y, z, button, time) source code
 
do_drag_end(self, x, y, z, button, time) source code
 
do_clicked(self, x, y, z, button, time) source code

Inherited from raval_widgets.grid_with_selector.GridWithSelector: __init__, lines__set, orientation__set, selected_item__set, selector__get, selector__set, visible_range_size__set

Inherited from pgm.widgets.grid_ng.Grid: __getitem__, __len__, append, compute_height, compute_opacity, compute_width, compute_x, compute_y, do_child_clicked, do_double_clicked, height__get, height__set, insert, is_widget_visible, layout_widget, lines__get, orientation__get, pop, range_start_to_selected, remove, selected_item__get, size__get, size__set, visible_range_size__get, visible_range_start__get, visible_range_start__set, width__get, width__set

Inherited from pgm.widgets.grid_ng.Grid (private): _clicked, _decelerate, _double_clicked, _drag_begin, _drag_end, _drag_motion, _layout, _scrolled

Inherited from pgm.graph.group.Group: absolute_opacity_factor__get, absolute_position__get, add, canvas__get, canvas__set, children__get, empty, opacity__get, opacity__set, parent__get, position__get, position__set, regenerate, visible__get, visible__set, x__get, x__set, y__get, y__set, z__get, z__set

Inherited from pgm.graph.group.Group (private): _proxy_child_signal, _set_visibility_from_parent

Inherited from gobject.GObject: __cmp__, __delattr__, __gdoc__, __gobject_init__, __hash__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from object: __getattribute__, __reduce__, __reduce_ex__, __str__

Static Methods [hide private]

Inherited from pgm.graph.group.Group: __classinit__

Class Variables [hide private]
  supported_controllers = 'raval:grid_controller',
  bindings = {"current_index": "selected_item", "focused": "sele...

Inherited from pgm.widgets.grid_ng.Grid: __gsignals__, __gtype__, deceleration, drag_motion_resolution, drag_threshold, preloaded

Properties [hide private]

Inherited from raval_widgets.grid_with_selector.GridWithSelector: lines, orientation, selected_item, selector, visible_range_size

Inherited from pgm.widgets.grid_ng.Grid: height, size, visible_range_start, width

Inherited from pgm.graph.group.Group: absolute_opacity_factor, absolute_position, canvas, children, opacity, parent, position, visible, x, y, z

Inherited from gobject.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

load_item(self, index)

source code 
Overrides: pgm.widgets.grid_ng.Grid.load_item

unload_item(self, widget)

source code 
Overrides: pgm.widgets.grid_ng.Grid.unload_item

do_drag_begin(self, x, y, z, button, time)

source code 
Overrides: raval_widgets.grid_with_selector.GridWithSelector.do_drag_begin

do_drag_motion(self, x, y, z, button, time)

source code 
Overrides: pgm.widgets.grid_ng.Grid.do_drag_motion

do_drag_end(self, x, y, z, button, time)

source code 
Overrides: pgm.widgets.grid_ng.Grid.do_drag_end

do_clicked(self, x, y, z, button, time)

source code 
Overrides: pgm.widgets.grid_ng.Grid.do_clicked

Class Variable Details [hide private]

bindings

Value:
{"current_index": "selected_item", "focused": "selector_visible", "rat\
io": "ratio", "lines": "edge_length", "grid_bar_index": "grid_bar_inde\
x"}