![]() |
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) |
| 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.
|
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.