QtBase  v6.3.1
Classes | Functions
qpainterpath.h File Reference
#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
 The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused. More...
 
class  QPainterPath::Element
 The QPainterPath::Element class specifies the position and type of a subpath. 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 336 of file qpainterpath.h.

◆ operator<<() [1/2]

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

Definition at line 218 of file qpainterpath.cpp.

◆ operator<<() [2/2]

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

Definition at line 3402 of file qpainterpath.cpp.

Here is the call graph for this function:

◆ operator>>()

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

Definition at line 219 of file qpainterpath.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPainterPath::Element  ,
Q_PRIMITIVE_TYPE   
)