4#include <QtCore/qdebug.h>
166 if (
r.e < interval.s) {
169 }
else if (interval.e <
r.s) {
172 }
else if (
r.s < interval.s && interval.e <
r.e) {
177 }
else if (
r.s < interval.s) {
180 }
else if (interval.e <
r.e) {
556#ifndef QT_NO_DEBUG_STREAM
561 dbg <<
"QMediaTimeRange::Interval( " << interval.
start() <<
", " << interval.
end() <<
" )";
569 dbg <<
"QMediaTimeRange( ";
570 const auto intervals =
range.intervals();
571 for (
const auto &interval : intervals)
572 dbg <<
'(' << interval.start() <<
", " << interval.end() <<
") ";
void detach()
If the shared data object's reference count is greater than 1, this function creates a deep copy of t...
qsizetype size() const noexcept
bool isEmpty() const noexcept
void removeAt(qsizetype i)
iterator insert(qsizetype i, parameter_type t)
const_reference at(qsizetype i) const noexcept
void append(parameter_type t)
Combined button and popup list for selecting options.
constexpr const T & qMax(const T &a, const T &b)
#define QT_DEFINE_QESDP_SPECIALIZATION_DTOR(Class)
bool contains(const AT &t) const noexcept