![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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) |
|
Definition at line 657 of file qpolygon.cpp.
|
Definition at line 694 of file qpolygon.cpp.
Definition at line 420 of file qpolygon.cpp.
Definition at line 716 of file qpolygon.cpp.
|
Definition at line 673 of file qpolygon.cpp.
|
Definition at line 709 of file qpolygon.cpp.
References operator>>().
Referenced by operator>>().
|
static |
Definition at line 19 of file qpolygon.cpp.