![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QMediaTimeRangePrivate:
Collaboration diagram for QMediaTimeRangePrivate:Public Member Functions | |
| QMediaTimeRangePrivate ()=default | |
| QMediaTimeRangePrivate (const QMediaTimeRange::Interval &interval) | |
| void | addInterval (const QMediaTimeRange::Interval &interval) |
| void | removeInterval (const QMediaTimeRange::Interval &interval) |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QList< QMediaTimeRange::Interval > | intervals |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 105 of file qmediatimerange.cpp.
|
default |
| QMediaTimeRangePrivate::QMediaTimeRangePrivate | ( | const QMediaTimeRange::Interval & | interval | ) |
Definition at line 119 of file qmediatimerange.cpp.
References intervals, and QMediaTimeRange::Interval::isNormal().
Here is the call graph for this function:| void QMediaTimeRangePrivate::addInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
Definition at line 125 of file qmediatimerange.cpp.
References QList< T >::append(), e, i, QList< T >::insert(), intervals, QMediaTimeRange::Interval::isNormal(), qMax(), QList< T >::removeAt(), and QList< T >::size().
Referenced by QMediaTimeRange::addInterval(), QMediaTimeRange::addInterval(), QMediaTimeRange::addTimeRange(), and removeInterval().
Here is the call graph for this function:
Here is the caller graph for this function:| void QMediaTimeRangePrivate::removeInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
Definition at line 157 of file qmediatimerange.cpp.
References addInterval(), QList< T >::at(), i, intervals, QMediaTimeRange::Interval::isNormal(), QList< T >::removeAt(), and QList< T >::size().
Referenced by QMediaTimeRange::removeInterval(), QMediaTimeRange::removeInterval(), and QMediaTimeRange::removeTimeRange().
Here is the call graph for this function:
Here is the caller graph for this function:| QList<QMediaTimeRange::Interval> QMediaTimeRangePrivate::intervals |
Definition at line 111 of file qmediatimerange.cpp.
Referenced by QMediaTimeRangePrivate(), addInterval(), QMediaTimeRange::clear(), QMediaTimeRange::contains(), QMediaTimeRange::earliestTime(), QMediaTimeRange::intervals(), QMediaTimeRange::isContinuous(), QMediaTimeRange::isEmpty(), QMediaTimeRange::latestTime(), and removeInterval().