|
| | applyIvals (self, meta, relTime, relTo) |
| |
| | __init__ (self, *ivals, **kw) |
| |
| | __add__ (self, other) |
| |
| | __delitem__ (self, index) |
| |
| | __delslice__ (self, i, j) |
| |
| | __getitem__ (self, index) |
| |
| | __getslice__ (self, i, j) |
| |
| | __iadd__ (self, other) |
| |
| | __len__ (self) |
| |
| | __repr__ (self, *args, **kw) |
| |
| | __setitem__ (self, index, value) |
| |
| | __setslice__ (self, i, j, s) |
| |
| | __str__ (self, *args, **kw) |
| |
| | addInterval (self, ival, relTime, relTo) |
| |
| | addParallel (self, list, name, relTime, relTo, duration) |
| |
| | addParallelEndTogether (self, list, name, relTime, relTo, duration) |
| |
| | addSequence (self, list, name, relTime, relTo, duration) |
| |
| | addTrack (self, trackList, name, relTime, relTo, duration) |
| |
| | append (self, ival) |
| |
| | clearIntervals (self) |
| |
| | clearToInitial (self) |
| |
| | count (self, ival) |
| |
| | extend (self, ivals) |
| |
| | finish (self) |
| |
| | getDuration (self) |
| |
| | getIntervalStartTime (self, *args, **kw) |
| |
| | getManager (self) |
| |
| | index (self, ival) |
| |
| | insert (self, index, ival) |
| |
| | loop (self, startT=0.0, endT=-1.0, playRate=1.0) |
| |
| | pause (self) |
| |
| | pop (self, index=None) |
| |
| | privDoEvent (self, t, event) |
| |
| | privPostEvent (self) |
| |
| | remove (self, ival) |
| |
| | resume (self, startT=None) |
| |
| | resumeUntil (self, endT) |
| |
| | reverse (self) |
| |
| | setIntervalStartTime (self, *args, **kw) |
| |
| | setManager (self, manager) |
| |
| | setPlayRate (self, playRate) |
| |
| | setT (self, t) |
| |
| | sort (self, cmpfunc=None) |
| |
| | start (self, startT=0.0, endT=-1.0, playRate=1.0) |
| |
| | timeline (self, out=None) |
| |
| | validateComponent (self, component) |
| |
| | validateComponents (self, components) |
| |