Mercurial > hg > svcore
comparison base/EventSeries.h @ 1644:513192aa9b03 single-point
Further API updates
author | Chris Cannam |
---|---|
date | Wed, 13 Mar 2019 16:00:13 +0000 |
parents | e7f557789f99 |
children | eaad70939848 |
comparison
equal
deleted
inserted
replaced
1643:7a23dfe65d66 | 1644:513192aa9b03 |
---|---|
125 * with duration covers a frame if its start frame is less than or | 125 * with duration covers a frame if its start frame is less than or |
126 * equal to it and its end frame (start + duration) is greater | 126 * equal to it and its end frame (start + duration) is greater |
127 * than it. | 127 * than it. |
128 */ | 128 */ |
129 EventVector getEventsCovering(sv_frame_t frame) const; | 129 EventVector getEventsCovering(sv_frame_t frame) const; |
130 | |
131 /** | |
132 * Retrieve all events, in their natural order. | |
133 */ | |
134 EventVector getAllEvents() const; | |
130 | 135 |
131 /** | 136 /** |
132 * If e is in the series and is not the first event in it, set | 137 * If e is in the series and is not the first event in it, set |
133 * preceding to the event immediate preceding it according to the | 138 * preceding to the event immediate preceding it according to the |
134 * standard event ordering and return true. Otherwise leave | 139 * standard event ordering and return true. Otherwise leave |