Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpolygon.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
+ Include dependency graph for qpolygon.h:
+ This graph shows which files directly or indirectly include this file:

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 QDataStreamoperator<< (QDataStream &stream, const QPolygon &polygon)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &stream, QPolygon &polygon)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPolygonF &)
 
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &stream, const QPolygonF &array)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &stream, QPolygonF &array)
 

Function Documentation

◆ operator<<() [1/4]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & stream,
const QPolygon & polygon )
related

Definition at line 661 of file qpolygon.cpp.

◆ operator<<() [2/4]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & stream,
const QPolygonF & array )
related

Definition at line 698 of file qpolygon.cpp.

◆ operator<<() [3/4]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QPolygon & a )

Definition at line 420 of file qpolygon.cpp.

References QtPrivate::printSequentialContainer().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QPolygonF & a )

Definition at line 720 of file qpolygon.cpp.

References QtPrivate::printSequentialContainer().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & stream,
QPolygon & polygon )
related

Definition at line 677 of file qpolygon.cpp.

◆ operator>>() [2/2]

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & stream,
QPolygonF & array )
related

Definition at line 713 of file qpolygon.cpp.