module timelinelib.wxgui.components.maincanvas.maincanvas

class timelinelib.wxgui.components.maincanvas.maincanvas.MainCanvas[source]

Bases: timelinelib.canvas.timelinecanvas.TimelineCanvas

__init__(parent, main_frame, config)[source]

Initialize self. See help(type(self)) for accurate signature.

SetDb(db)[source]
Navigate(flags=NavigationKeyEvent.IsForward) → bool[source]

Performs a keyboard navigation action starting from this window.

SetInputHandler(input_handler)[source]
start_dragscroll_timer(milliseconds=-1, oneShot=False)[source]
stop_dragscroll_timer()[source]
toggle_event_selection(cursor, keyboard)[source]
format_current_pos_time_string(x)[source]
toggle_balloon_stickyness(event_with_balloon)[source]
hit_resize_handle(cursor, keyboard)[source]
hit_move_handle(cursor)[source]
timelinelib.wxgui.components.maincanvas.maincanvas.step_function(x_value)[source]