Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpageranges.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
+ Include dependency graph for qpageranges.h:
+ This graph shows which files directly or indirectly include this file:

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 QDataStreamoperator<< (QDataStream &, const QPageRanges &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QPageRanges &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug dbg, const QPageRanges &pageRanges)
 
 Q_DECLARE_TYPEINFO (QPageRanges::Range, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QPageRanges & pageRanges )
related

Definition at line 305 of file qpageranges.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QPageRanges & pageRanges )

Definition at line 330 of file qpageranges.cpp.

References QPageRanges::toString().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QPageRanges & pageRanges )
related

Definition at line 320 of file qpageranges.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPageRanges::Range ,
Q_RELOCATABLE_TYPE  )