Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qregion.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtCore/qatomic.h>
#include <QtCore/qrect.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qdatastream.h>
+ Include dependency graph for qregion.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QRegion
 The QRegion class specifies a clip region for a painter. More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QRegion &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QRegion &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QRegion &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream ,
const QRegion  
)
related

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  s,
const QRegion r 
)

Definition at line 357 of file qregion.cpp.

References QtDebugUtils::formatQRect(), and rect.

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream ,
QRegion  
)
related