Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpainterpath.h File Reference

(adcbac38cec5a849af6f2ee43e59b4f905ff5142)

#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 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 304 of file qpainterpath.h.

◆ operator<<() [1/2]

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

Definition at line 2420 of file qpainterpath.cpp.

◆ operator<<() [2/2]

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

Definition at line 3681 of file qpainterpath.cpp.

◆ operator>>()

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

Definition at line 2447 of file qpainterpath.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPainterPath::Element ,
Q_PRIMITIVE_TYPE  )