|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
A QList of TimeSpanRange objects with a consolidated() helper. More...
#include <timespanrange.h>
Inheritance diagram for TimeSpanRange::List:
Collaboration diagram for TimeSpanRange::List:Public Member Functions | |
| List | consolidated () const |
| Merge overlapping or adjacent ranges into a minimal sorted non-overlapping list. | |
A QList of TimeSpanRange objects with a consolidated() helper.
Definition at line 202 of file timespanrange.h.
|
inline |
Merge overlapping or adjacent ranges into a minimal sorted non-overlapping list.
Definition at line 209 of file timespanrange.h.
References TimeSpanRange::endOffset(), and TimeSpanRange::startOffset().