Package elisa :: Package plugins :: Package bad :: Package raval_frontend :: Module list_view :: Class ListView
[hide private]
[frames] | no frames]

Class ListView

source code


Instance Methods [hide private]
 
selected_item__set(self, index) source code
 
selected_item__get(self) source code
 
update_details(self) source code
 
create_widgets(self) source code
 
create_item(self, model) source code
 
inserted(self, elements, position)
Message sent by a ListObservable when new elements are inserted in it.
source code
 
removed(self, elements, position)
Message sent by a ListObservable when elements are removed from it.
source code
 
modified(self, position, value)
Message sent by a ListObservable when one of its elements is modified.
source code
 
dirtied(self)
Message sent by a ListObservable when it is completely changed.
source code
 
element_attribute_set(self, position, key, old_value, new_value)
Message sent by a ListObservable when an attribute of one of its element is changed.
source code
 
controller_changed(self, old_controller, new_controller) source code
 
_thumbnail_source_to_image(self, uri, image) source code
 
_get_path_from_thumbnailer(self, uri) source code
 
_create_image_stack(self, model, image, reflection=None, gradient=0.5) source code
 
_model_is_directory(self, it_is, uri, image, reflection, stop_gradient) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  supported_controllers = 'raval:list_controller',
  bindings = {"current_index": "selected_item", "focused": "sele...
  update_delay = 0.500
  update_delayed_call = 'frontend'
  update_needed = True
  images_per_stack = 3
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

inserted(self, elements, position)

source code 
Message sent by a ListObservable when new elements are inserted in it.
Overrides: core.observers.list.ListObserver.inserted
(inherited documentation)

removed(self, elements, position)

source code 
Message sent by a ListObservable when elements are removed from it.
Overrides: core.observers.list.ListObserver.removed
(inherited documentation)

modified(self, position, value)

source code 
Message sent by a ListObservable when one of its elements is modified.
Overrides: core.observers.list.ListObserver.modified
(inherited documentation)

dirtied(self)

source code 
Message sent by a ListObservable when it is completely changed. For example, this happens after a reverse or a sort.
Overrides: core.observers.list.ListObserver.dirtied
(inherited documentation)

element_attribute_set(self, position, key, old_value, new_value)

source code 
Message sent by a ListObservable when an attribute of one of its element is changed.
Overrides: core.observers.list.ListObserver.element_attribute_set
(inherited documentation)

Class Variable Details [hide private]

bindings

Value:
{"current_index": "selected_item", "focused": "selector_visible", "act\
ion_called": "action_called"}