![]() |
Qt 6.x
The Qt SDK
|
#include "qpolygon.h"
#include "qrect.h"
#include "qdatastream.h"
#include "qdebug.h"
#include "qpainterpath.h"
#include "qtransform.h"
#include "qvariant.h"
#include "qpainterpath_p.h"
#include "qbezier_p.h"
#include <stdarg.h>
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE void | qt_polygon_isect_line (const QPointF &p1, const QPointF &p2, const QPointF &pos, int *winding) |
QDebug | operator<< (QDebug dbg, const QPolygon &a) |
QDataStream & | operator<< (QDataStream &s, const QPolygon &a) |
QDataStream & | operator>> (QDataStream &s, QPolygon &a) |
QDataStream & | operator<< (QDataStream &s, const QPolygonF &a) |
QDataStream & | operator>> (QDataStream &s, QPolygonF &a) |
QDebug | operator<< (QDebug dbg, const QPolygonF &a) |
|
related |
Definition at line 666 of file qpolygon.cpp.
|
related |
Definition at line 703 of file qpolygon.cpp.
Definition at line 420 of file qpolygon.cpp.
References i.
Definition at line 741 of file qpolygon.cpp.
References i.
|
related |
Definition at line 682 of file qpolygon.cpp.
|
related |
Definition at line 724 of file qpolygon.cpp.
|
static |
Definition at line 19 of file qpolygon.cpp.
References dir, p1, p2, pos, and qFuzzyCompare().
Referenced by QPolygon::containsPoint(), and QPolygonF::containsPoint().