Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qregion.h File Reference

(5aefe2d9a1d56f6134fcbbdff260c79082eea661)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qatomic.h>
#include <QtCore/qrect.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qspan.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 &  )

◆ operator<<() [2/2]

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

Definition at line 355 of file qregion.cpp.

◆ operator>>()

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