![]() |
Qt 4.8
|
#include <QtGui/qmatrix.h>#include <QtCore/qglobal.h>#include <QtCore/qrect.h>#include <QtCore/qline.h>#include <QtCore/qvector.h>#include <QtCore/qscopedpointer.h>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 | QPainterPathPrivate |
| class | QPainterPathStroker |
| The QPainterPathStroker class is used to generate fillable outlines for a given painter path. More... | |
Functions | |
| Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QPainterPath &) |
| Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPainterPath &) |
| Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPainterPath &) |
| Q_DECLARE_TYPEINFO (QPainterPath::Element, Q_PRIMITIVE_TYPE) | |
| Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
| const QPainterPath & | |||
| ) |
Definition at line 2509 of file qpainterpath.cpp.
Referenced by QPainterPath::detach().
| Q_GUI_EXPORT QDebug operator<< | ( | QDebug | , |
| const QPainterPath & | |||
| ) |
Definition at line 3618 of file qpainterpath.cpp.
| Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
| QPainterPath & | |||
| ) |
Definition at line 2539 of file qpainterpath.cpp.
| Q_DECLARE_TYPEINFO | ( | QPainterPath::Element | , |
| Q_PRIMITIVE_TYPE | |||
| ) |