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
qregion.h File Reference

(a0dfa8c4d29a005009d04dcb52452efb9d74e26e)

#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