![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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) | |
|
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.
|
Definition at line 320 of file qpageranges.cpp.
| Q_DECLARE_TYPEINFO | ( | QPageRanges::Range | , |
| Q_RELOCATABLE_TYPE | ) |