![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
Go to the source code of this file.
Classes | |
class | QPageRanges |
The QPageRanges class represents a collection of page ranges. More... | |
struct | QPageRanges::Range |
\inmodule QtGui More... | |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QPageRanges &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPageRanges &) |
Q_GUI_EXPORT QDebug | operator<< (QDebug dbg, const QPageRanges &pageRanges) |
Q_DECLARE_TYPEINFO (QPageRanges::Range, Q_RELOCATABLE_TYPE) | |
|
related |
Definition at line 305 of file qpageranges.cpp.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QPageRanges & | pageRanges | ||
) |
Definition at line 330 of file qpageranges.cpp.
References QPageRanges::toString().
|
related |
Definition at line 320 of file qpageranges.cpp.
Q_DECLARE_TYPEINFO | ( | QPageRanges::Range | , |
Q_RELOCATABLE_TYPE | |||
) |