Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qmediatimerange.cpp File Reference
#include <QtCore/qdebug.h>
#include "qmediatimerange.h"
+ Include dependency graph for qmediatimerange.cpp:

Go to the source code of this file.

Classes

class  QMediaTimeRangePrivate
 

Functions

 QT_DEFINE_QESDP_SPECIALIZATION_DTOR (QMediaTimeRangePrivate)
 
QDebug operator<< (QDebug dbg, const QMediaTimeRange::Interval &interval)
 
QDebug operator<< (QDebug dbg, const QMediaTimeRange &range)
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 565 of file qmediatimerange.cpp.

◆ operator<<() [2/2]

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:

◆ QT_DEFINE_QESDP_SPECIALIZATION_DTOR()

QT_DEFINE_QESDP_SPECIALIZATION_DTOR ( QMediaTimeRangePrivate  )