Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qmediatimerange.h File Reference
#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)
 

Function Documentation

◆ operator+()

QMediaTimeRange operator+ ( const QMediaTimeRange r1,
const QMediaTimeRange r2 
)
related

Definition at line 117 of file qmediatimerange.h.

◆ operator-()

QMediaTimeRange operator- ( const QMediaTimeRange r1,
const QMediaTimeRange r2 
)
related

Definition at line 119 of file qmediatimerange.h.

◆ operator<<() [1/2]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
const QMediaTimeRange range 
)

Definition at line 565 of file qmediatimerange.cpp.

◆ operator<<() [2/2]

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: