![]() |
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/qlist.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
Go to the source code of this file.
Classes | |
class | QPolygon |
The QPolygon class provides a list of points using integer precision. More... | |
class | QPolygonF |
The QPolygonF class provides a list of points using floating point precision. More... |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPolygon &) |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &stream, const QPolygon &polygon) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &stream, QPolygon &polygon) |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPolygonF &) |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &stream, const QPolygonF &array) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &stream, QPolygonF &array) |
|
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>>().