Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmediatimerange.cpp File Reference

(bf9a1e31a194adfdbb7116455633b9046b34504c)

#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 )