Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpageranges.h File Reference
#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   
)