|
__init__(self,
view,
drawer=None)
The purpose of the drawer argument is make testing easier. |
source code
|
|
|
|
|
|
|
|
|
|
|
set_event_box_drawer(self,
event_box_drawer) |
source code
|
|
|
|
|
|
|
|
|
set_timeline(self,
timeline)
Inform what timeline to draw. |
source code
|
|
|
|
|
|
|
get_time_period(self)
Return currently displayed time period. |
source code
|
|
|
|
|
|
|
|
|
event_with_rect_at(self,
x,
y,
alt_down=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_event_sticky_balloon(self,
event,
is_sticky) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_closest_overlapping_event(self,
event,
up) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|