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
qpainterpath.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qtransform.h>
#include <QtCore/qglobal.h>
#include <QtCore/qline.h>
#include <QtCore/qlist.h>
#include <QtCore/qrect.h>
#include <QtCore/qshareddata.h>
+ Include dependency graph for qpainterpath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPainterPath
 \inmodule QtGui More...
 
class  QPainterPath::Element
 \inmodule QtGui More...
 
class  QPainterPathStroker
 The QPainterPathStroker class is used to generate fillable outlines for a given painter path. More...
 

Functions

 Q_DECLARE_TYPEINFO (QPainterPath::Element, Q_PRIMITIVE_TYPE)
 
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QPainterPath &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QPainterPath &)
 
QPainterPath operator* (const QPainterPath &p, const QTransform &m)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPainterPath &)
 

Function Documentation

◆ operator*()

QPainterPath operator* ( const QPainterPath & p,
const QTransform & m )
related

Definition at line 300 of file qpainterpath.h.

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QPainterPath & p )
related

Definition at line 182 of file qpainterpath.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug s,
const QPainterPath & p )

Definition at line 3365 of file qpainterpath.cpp.

References Qt::endl(), and i.

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QPainterPath & p )
related

Definition at line 183 of file qpainterpath.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPainterPath::Element ,
Q_PRIMITIVE_TYPE  )