![]() |
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 <QtGui/qtransform.h>
#include <QtCore/qglobal.h>
#include <QtCore/qline.h>
#include <QtCore/qlist.h>
#include <QtCore/qrect.h>
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 QDataStream & | operator<< (QDataStream &, const QPainterPath &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPainterPath &) |
QPainterPath | operator* (const QPainterPath &p, const QTransform &m) |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPainterPath &) |
|
Definition at line 304 of file qpainterpath.h.
QDataStream & operator<< | ( | QDataStream & | s, |
const QPainterPath & | p ) |
Definition at line 2420 of file qpainterpath.cpp.
QDebug operator<< | ( | QDebug | s, |
const QPainterPath & | p ) |
Definition at line 3681 of file qpainterpath.cpp.
QDataStream & operator>> | ( | QDataStream & | s, |
QPainterPath & | p ) |
Definition at line 2447 of file qpainterpath.cpp.
Q_DECLARE_TYPEINFO | ( | QPainterPath::Element | , |
Q_PRIMITIVE_TYPE | ) |