![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QMediaTimeRangePrivate ()=default | |
QMediaTimeRangePrivate (const QMediaTimeRange::Interval &interval) | |
void | addInterval (const QMediaTimeRange::Interval &interval) |
void | removeInterval (const QMediaTimeRange::Interval &interval) |
QMediaTimeRangePrivate ()=default | |
QMediaTimeRangePrivate (const QMediaTimeRange::Interval &interval) | |
void | addInterval (const QMediaTimeRange::Interval &interval) |
void | removeInterval (const QMediaTimeRange::Interval &interval) |
![]() | |
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 |
![]() | |
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.
|
default |
QMediaTimeRangePrivate::QMediaTimeRangePrivate | ( | const QMediaTimeRange::Interval & | interval | ) |
void QMediaTimeRangePrivate::addInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
Definition at line 125 of file qmediatimerange.cpp.
void QMediaTimeRangePrivate::addInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
void QMediaTimeRangePrivate::removeInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
Definition at line 157 of file qmediatimerange.cpp.
void QMediaTimeRangePrivate::removeInterval | ( | const QMediaTimeRange::Interval & | interval | ) |
QList< QMediaTimeRange::Interval > QMediaTimeRangePrivate::intervals |
Definition at line 111 of file qmediatimerange.cpp.