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

Class StatusBar

source code


Nested Classes [hide private]

Inherited from pgm.graph.group.Group: __metaclass__

Instance Methods [hide private]
 
__init__(self, width=1.0, height=2.0) source code
 
_compute_position(self, index) source code
 
_compute_opacity(self, index) source code
 
_compute_attributes(self, index) source code
 
_layout(self) source code
 
_update(self) source code
 
width__get(self) source code
 
width__set(self, width) source code
 
height__get(self) source code
 
height__set(self, height) source code
 
size__set(self, size) source code
 
size__get(self) source code
 
__len__(self) source code
 
__getitem__(self, index) source code
 
_is_visible(self, index, widget) source code
 
insert(self, index, widget) source code
 
append(self, widget) source code
 
remove(self, widget) source code
 
pop(self, index='frontend') source code
 
head(self) source code
 
background__set(self, background_file) 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, 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]

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

Properties [hide private]
  background
  height
  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, width=1.0, height=2.0)
(Constructor)

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

width__get(self)

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

width__set(self, width)

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

height__get(self)

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

height__set(self, height)

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

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

remove(self, widget)

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

Property Details [hide private]

background

Get Method:
'frontend'
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.background__set(self, background_file)
Delete Method:
'frontend'

height

Get Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.height__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.height__set(self, height)
Delete Method:
'frontend'

size

Get Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.size__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.size__set(self, size)
Delete Method:
'frontend'

width

Get Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.width__get(self)
Set Method:
elisa.plugins.bad.raval_frontend.raval_widgets.status_bar.StatusBar.width__set(self, width)
Delete Method:
'frontend'