![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpageranges_p.h>
Public Member Functions | |
void | mergeIntervals () |
![]() | |
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< QPageRanges::Range > | intervals |
![]() | |
QAtomicInt | ref |
Definition at line 23 of file qpageranges_p.h.
QT_BEGIN_NAMESPACE void QPageRangesPrivate::mergeIntervals | ( | ) |
Definition at line 15 of file qpageranges.cpp.
QList<QPageRanges::Range> QPageRangesPrivate::intervals |
Definition at line 28 of file qpageranges_p.h.