mod_polygons Module

class mod_polygons.Object

A stupid object

class mod_polygons.PolygonsInterface(movie)
add_buttons()
add_gtk_instance(gtk, gobject=None)
delete_selected(im)
init()

This init is called after the movie is properly instanciated

intersect(point, im)
new_point(point, im, poly_mode)

Functions that receive all the new points it manages to create a new polygon or not depending if the previous one is already closed

overlay(image)
set_click(tup)
set_move(tup)
undo(im)

Functions thats erases the last polygon

Previous topic

mod_phases Module

Next topic

.

This Page