#include <QtCore/qvector.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
Go to the source code of this file.
◆ operator<<() [1/4]
Definition at line 516 of file qpolygon.cpp.
518 #ifndef Q_BROKEN_DEBUG_STREAM 519 dbg.nospace() <<
"QPolygon(";
520 for (
int i = 0; i <
a.count(); ++i)
521 dbg.nospace() <<
a.at(i);
522 dbg.nospace() <<
')';
525 qWarning(
"This compiler doesn't support streaming QPolygon to QDebug");
long ASN1_INTEGER_get ASN1_INTEGER * a
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ operator<<() [2/4]
Definition at line 828 of file qpolygon.cpp.
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ operator<<() [3/4]
Definition at line 912 of file qpolygon.cpp.
914 #ifndef Q_BROKEN_DEBUG_STREAM 915 dbg.nospace() <<
"QPolygonF(";
916 for (
int i = 0; i <
a.count(); ++i)
917 dbg.nospace() <<
a.at(i);
918 dbg.nospace() <<
')';
921 qWarning(
"This compiler doesn't support streaming QPolygonF to QDebug");
long ASN1_INTEGER_get ASN1_INTEGER * a
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ operator<<() [4/4]
Definition at line 871 of file qpolygon.cpp.
877 for (i = 0; i < len; ++i)
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ operator>>() [1/2]
Definition at line 847 of file qpolygon.cpp.
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ operator>>() [2/2]
Definition at line 895 of file qpolygon.cpp.
901 a.reserve(
a.size() + (int)len);
903 for (i = 0; i < len; ++i) {
The QPointF class defines a point in the plane using floating point precision.
long ASN1_INTEGER_get ASN1_INTEGER * a