|
|
|
set_event_box_drawer(self,
event_box_drawer) |
source code
|
|
|
set_background_drawer(self,
background_drawer) |
source code
|
|
|
|
|
|
|
event_is_period(self,
time_period)
Return True if the event time_period will make the event appear below
the center line, as a period event. |
source code
|
|
|
|
|
draw(self,
dc,
timeline,
view_properties,
appearance,
fast_draw=False)
Draw a representation of a timeline. |
source code
|
|
|
snap(self,
time,
snap_region=10)
Snap time to minor strip if within snap_region pixels. |
source code
|
|
|
snap_selection(self,
period_selection)
Return a tuple where the selection has been stretched to fit to minor
strip. |
source code
|
|
|
event_at(self,
x,
y,
alt_down=False)
Return the event at pixel coordinate (x, y) or None if no event
there. |
source code
|
|
|
|
|
event_with_rect_at(self,
x,
y,
alt_down=False)
Return the event at pixel coordinate (x, y) and its rect in a tuple
(event, rect) or None if no event there. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from interface.Drawer :
event_rect_at ,
is_balloon_at
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|