![]() |
Qt 6.x
The Qt SDK
|
#include <qpainterpath_p.h>
Public Member Functions | |
QPainterPathPrivate () noexcept | |
QPainterPathPrivate (const QPainterPathPrivate &other) noexcept | |
QPainterPathPrivate & | operator= (const QPainterPathPrivate &)=delete |
~QPainterPathPrivate ()=default | |
bool | isClosed () const |
void | close () |
void | maybeMoveTo () |
void | clear () |
const QVectorPath & | vectorPath () |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Friends | |
class | QPainterPath |
class | QPainterPathStroker |
class | QPainterPathStrokerPrivate |
class | QTransform |
class | QVectorPath |
struct | QPainterPathPrivateDeleter |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QPainterPath &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPainterPath &) |
Additional Inherited Members | |
![]() | |
QAtomicInt | ref |
Definition at line 96 of file qpainterpath_p.h.
|
inlinenoexcept |
Definition at line 110 of file qpainterpath_p.h.
|
inlinenoexcept |
Definition at line 122 of file qpainterpath_p.h.
|
default |
|
inline |
Definition at line 252 of file qpainterpath_p.h.
References QList< T >::clear(), and Q_ASSERT.
Referenced by QPainterPath::clear().
|
inline |
Definition at line 225 of file qpainterpath_p.h.
References QList< T >::at(), e, QList< T >::last(), QPainterPath::LineToElement, Q_ASSERT, qFuzzyCompare(), QPainterPath::Element::x, and QPainterPath::Element::y.
Referenced by QPainterPath::closeSubpath().
|
inline |
Definition at line 218 of file qpainterpath_p.h.
References QList< T >::at(), QList< T >::last(), QPainterPath::Element::x, and QPainterPath::Element::y.
|
inline |
Definition at line 242 of file qpainterpath_p.h.
References QList< T >::append(), e, QList< T >::last(), and QPainterPath::MoveToElement.
|
delete |
|
inline |
Definition at line 145 of file qpainterpath_p.h.
References elements.
|
friend |
Definition at line 2414 of file qpainterpath.cpp.
|
friend |
Definition at line 2441 of file qpainterpath.cpp.
|
friend |
Definition at line 99 of file qpainterpath_p.h.
|
friend |
Definition at line 104 of file qpainterpath_p.h.
|
friend |
Definition at line 100 of file qpainterpath_p.h.
|
friend |
Definition at line 101 of file qpainterpath_p.h.
|
friend |
Definition at line 102 of file qpainterpath_p.h.
|
friend |
Definition at line 103 of file qpainterpath_p.h.