Package elisa :: Package plugins :: Package bad :: Package poblenou_frontend :: Package poblenou_widgets :: Module slideshow :: Class Slideshow
[hide private]
[frames] | no frames]

Class Slideshow

source code


Nested Classes [hide private]

Inherited from pgm.graph.group.Group: __metaclass__

Instance Methods [hide private]
 
__init__(self, canvas, layer) source code
 
delay__set(self, delay) source code
 
pictures_paths__set(self, pictures_paths) source code
 
_load_picture_from_index(self, drawable, index) source code
 
set_path_for_index(self, index, picture_path) source code
 
length__get(self) source code
 
current_index__set(self, index) source code
 
current_index__get(self) source code
 
_update_current_index(self) source code
 
_switch_hidden_current(self, from_position, to_position) source code
 
_current_ready(self, controller) source code
 
size__set(self, size) source code
 
size__get(self) source code
 
width__set(self, width) source code
 
width__get(self) source code
 
height__set(self, height) source code
 
height__get(self) source code
 
connect(self, signal, *args) source code
 
move(self, dx) source code
 
release(self) source code

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, 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]

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

Properties [hide private]
  current_index
  delay
  height
  length
  pictures_paths
  size
  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]

__init__(self, canvas, layer)
(Constructor)

source code 
Overrides: pgm.graph.group.Group.__init__

size__set(self, size)

source code 
Overrides: pgm.graph.group.Group.size__set

size__get(self)

source code 
Overrides: pgm.graph.group.Group.size__get

width__set(self, width)

source code 
Overrides: pgm.graph.group.Group.width__set

width__get(self)

source code 
Overrides: pgm.graph.group.Group.width__get

height__set(self, height)

source code 
Overrides: pgm.graph.group.Group.height__set

height__get(self)

source code 
Overrides: pgm.graph.group.Group.height__get

connect(self, signal, *args)

source code 
Overrides: gobject.GObject.connect

Property Details [hide private]

current_index

Get Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.current_index__get(self)
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.current_index__set(self, index)
Delete Method:
'frontend'

delay

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.delay__set(self, delay)
Delete Method:
'frontend'

height

Get Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.height__get(self)
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.height__set(self, height)
Delete Method:
'frontend'

length

Get Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.length__get(self)
Set Method:
'frontend'
Delete Method:
'frontend'

pictures_paths

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.pictures_paths__set(self, pictures_paths)
Delete Method:
'frontend'

size

Get Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.size__get(self)
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.size__set(self, size)
Delete Method:
'frontend'

width

Get Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.width__get(self)
Set Method:
elisa.plugins.bad.poblenou_frontend.poblenou_widgets.slideshow.Slideshow.width__set(self, width)
Delete Method:
'frontend'