Cells Module

class Cells.Cells(movie)
get_cell(name)

Returns a cell given its name

get_cells_dict()
get_name()

Function returns a name id that does not already exist

new_cell(name, begin=0, end='end')
class Cells.CellsPanel(state)[source]

A class displaying a cell panel with lot of options to edit them

add_cell(name, cell)[source]
click(tup)[source]
del_cell(name)[source]

Function that delete a cell

draw(im)[source]

Function that return an image with the cells that have to be displayed

hide_show_change(q, qq=None)[source]
hide_show_new_cell_panel(celltype=None)[source]
hide_show_panel(hide=None)[source]

hide=None means ‘switch state’

rb_toggled(w, cell)[source]

Function called when the user clicks on a radiobutton to select another cell

set_image_move(tup)[source]

Function called when the users keeps the left button pressed on the viewer panel

unclick()[source]

Function that forward the signal that the user has released the click to all cells

Previous topic

Cell_gtk Module

Next topic

Cells_gtk Module

This Page