![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qatomic.h>
#include <QtCore/qrect.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qspan.h>
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 &) |
Q_GUI_EXPORT QDataStream & operator<< | ( | QDataStream & | , |
const QRegion & | ) |
Definition at line 355 of file qregion.cpp.
Q_GUI_EXPORT QDataStream & operator>> | ( | QDataStream & | , |
QRegion & | ) |