Package elisa :: Package plugins :: Package bad :: Package raval_frontend :: Package raval_widgets :: Module selector :: Class Selector
[hide private]
[frames] | no frames]

Class Selector

source code


Nested Classes [hide private]

Inherited from pgm.graph.group.Group: __metaclass__

Instance Methods [hide private]
 
__init__(self, top, bottom, middle, border_top, border_bottom, border_middle, orientation=0) source code
 
start_animation(self) source code
 
stop_animation(self) source code
 
action_done_image_path__set(self, path) source code
 
size__set(self, size) source code
 
width__set(self, width) source code
 
height__set(self, width) source code
 
action_done__set(self, new_value) source code
 
loading_image_path__set(self, path) source code
 
_create_action_icon(self) source code
 
_create_loading_icon(self) source code
 
loading__set(self, loading) source code
 
loading__get(self) source code
 
_start_loading_animation(self) source code
 
_transform_mapping_matrix_cb(self) source code
 
_compute_layout(self) source code

Inherited from pgm.widgets.sliced_image.SlicedImage: body_file__set, bottom_file__set, connect, orientation__get, orientation__set, size__get, top_file__set, width__get

Inherited from pgm.widgets.sliced_image.SlicedImage (private): _body_layout, _body_loaded, _bottom_layout, _bottom_loaded, _top_layout, _top_loaded

Inherited from pgm.graph.group.Group: absolute_opacity_factor__get, absolute_position__get, add, canvas__get, canvas__set, children__get, empty, height__get, opacity__get, opacity__set, parent__get, position__get, position__set, regenerate, remove, 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_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]
  time_before_loading = 0.25

Inherited from pgm.graph.group.Group: __gsignals__, __gtype__

Properties [hide private]
  action_done
  action_done_image_path
  height
  loading
  loading_image_path
  size
  width

Inherited from pgm.widgets.sliced_image.SlicedImage: body_file, bottom_file, orientation, top_file

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]

__init__(self, top, bottom, middle, border_top, border_bottom, border_middle, orientation=0)
(Constructor)

source code 
Overrides: pgm.widgets.sliced_image.SlicedImage.__init__

size__set(self, size)

source code 
Overrides: pgm.widgets.sliced_image.SlicedImage.size__set

width__set(self, width)

source code 
Overrides: pgm.widgets.sliced_image.SlicedImage.width__set

height__set(self, width)

source code 
Overrides: pgm.widgets.sliced_image.SlicedImage.height__set

_compute_layout(self)

source code 
Overrides: pgm.widgets.sliced_image.SlicedImage._compute_layout

Property Details [hide private]

action_done

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.action_done__set(self, new_value)
Delete Method:
'frontend'

action_done_image_path

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.action_done_image_path__set(self, path)
Delete Method:
'frontend'

height

Get Method:
pgm.graph.group.Group.height__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.height__set(self, width)
Delete Method:
'frontend'

loading

Get Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.loading__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.loading__set(self, loading)
Delete Method:
'frontend'

loading_image_path

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.loading_image_path__set(self, path)
Delete Method:
'frontend'

size

Get Method:
pgm.widgets.sliced_image.SlicedImage.size__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.size__set(self, size)
Delete Method:
'frontend'

width

Get Method:
pgm.widgets.sliced_image.SlicedImage.width__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.selector.Selector.width__set(self, width)
Delete Method:
'frontend'