![]() |
Qt 6.x
The Qt SDK
|
#include <QtMultimedia/qtmultimediaglobal.h>#include <QtCore/qshareddata.h>#include <QtCore/qlist.h>#include <QtCore/qmetatype.h>
Include dependency graph for qmediatimerange.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QMediaTimeRange |
| The QMediaTimeRange class represents a set of zero or more disjoint time intervals. More... | |
| class | QMediaTimeRange::Interval |
| The QMediaTimeRange::Interval class represents a time interval with integer precision. More... | |
Functions | |
| Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, const QMediaTimeRange::Interval &) |
| Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, const QMediaTimeRange &) |
| QMediaTimeRange | operator+ (const QMediaTimeRange &r1, const QMediaTimeRange &r2) |
| QMediaTimeRange | operator- (const QMediaTimeRange &r1, const QMediaTimeRange &r2) |
|
related |
Definition at line 117 of file qmediatimerange.h.
|
related |
Definition at line 119 of file qmediatimerange.h.
| Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QMediaTimeRange & | range | ||
| ) |
Definition at line 565 of file qmediatimerange.cpp.
| Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QMediaTimeRange::Interval & | interval | ||
| ) |
Definition at line 557 of file qmediatimerange.cpp.
References QMediaTimeRange::Interval::end(), and QMediaTimeRange::Interval::start().
Here is the call graph for this function: