|
__init__(self,
view,
status_bar_adapter,
config,
drawing_algorithm,
divider_line_slider,
fn_handle_db_error)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
change_input_handler_to_zoom_by_drag(self,
start_time) |
source code
|
|
|
change_input_handler_to_create_period_event_by_drag(self,
initial_time) |
source code
|
|
|
change_input_handler_to_resize_by_drag(self,
event,
direction) |
source code
|
|
|
change_input_handler_to_move_by_drag(self,
event,
start_drag_time) |
source code
|
|
|
change_input_handler_to_scroll_by_drag(self,
start_time) |
source code
|
|
|
|
|
|
|
|
|
|
|
set_timeline(self,
timeline)
Inform what timeline to draw. |
source code
|
|
|
|
|
|
|
get_time_period(self)
Return currently displayed time period. |
source code
|
|
|
|
|
|
|
|
|
left_mouse_down(self,
x,
y,
ctrl_down,
shift_down,
alt_down=False) |
source code
|
|
|
|
|
|
|
|
|
event_with_rect_at(self,
x,
y,
alt_down=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mouse_wheel_moved(self,
rotation,
ctrl_down,
shift_down,
x) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|