#include <QtCore/qatomic.h>
#include <QtCore/qrect.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qdatastream.h>
Go to the source code of this file.
◆ operator<<() [1/2]
◆ operator<<() [2/2]
Definition at line 492 of file qregion.cpp.
495 s.nospace() <<
"QRegion(size=" << rects.
size() <<
"), " 496 <<
"bounds = " << r.boundingRect() <<
'\n';
497 for (
int i=0; i<rects.
size(); ++i)
498 s <<
"- " << i << rects.
at(i) <<
'\n';
const T & at(int i) const
Returns the item at index position i in the vector.
int size() const
Returns the number of items in the vector.
◆ operator>>()