Controls Module

class Controls.Controls(player)[source]
auto_clicked(w)[source]

Function called when the ‘auto mode’ checkbox is clicked

channel_changed(w)[source]

Called when speed is changed

get_controls()[source]
get_position_label(i)[source]

Function that generate the label for the frame progression on the form of 10/12000 for instance

play_clicked(w)[source]

Binding for the play button

previous_next_clicked(w, incr)[source]
slider_moved(w)[source]

Function called when the slider is moved

speed_changed(w)[source]

Called when speed is changed

update_controls()[source]
update_scale(i, update_scale=True)[source]
zoom_changed(w)[source]

Called when speed is changed

Previous topic

Contrast Module

Next topic

Menu Module

This Page