![]() |
Qt 6.x
The Qt SDK
|
#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 QDataStream & | operator<< (QDataStream &, const QRegion &) |
| Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QRegion &) |
| Q_GUI_EXPORT QDebug | operator<< (QDebug, const QRegion &) |
|
related |
Definition at line 357 of file qregion.cpp.
References QtDebugUtils::formatQRect(), and rect.
Here is the call graph for this function:
|
related |