Qt 4.8
|
#include <qpainterpath_p.h>
Public Functions | |
void | close () |
bool | isClosed () const |
void | maybeMoveTo () |
QPainterPathData () | |
QPainterPathData (const QPainterPathData &other) | |
const QVectorPath & | vectorPath () |
~QPainterPathData () | |
Public Variables | |
QRectF | bounds |
QRectF | controlBounds |
uint | convex: 1 |
int | cStart |
uint | dirtyBounds: 1 |
uint | dirtyControlBounds: 1 |
Qt::FillRule | fillRule |
QVectorPathConverter * | pathConverter |
uint | require_moveTo: 1 |
Definition at line 141 of file qpainterpath_p.h.
|
inline |
Definition at line 144 of file qpainterpath_p.h.
|
inline |
Definition at line 156 of file qpainterpath_p.h.
|
inline |
Definition at line 170 of file qpainterpath_p.h.
|
inline |
Definition at line 246 of file qpainterpath_p.h.
Referenced by QPainterPath::closeSubpath().
|
inline |
Definition at line 239 of file qpainterpath_p.h.
Referenced by QPainterPath::addPath(), and QPainterPath::lineTo().
|
inline |
Definition at line 263 of file qpainterpath_p.h.
Referenced by QPainterPath::cubicTo(), and QPainterPath::lineTo().
|
inline |
Definition at line 178 of file qpainterpath_p.h.
Referenced by qtVectorPathForPath().
QRectF QPainterPathData::bounds |
Definition at line 187 of file qpainterpath_p.h.
Referenced by QPainterPath::boundingRect(), and QPainterPath::computeBoundingRect().
QRectF QPainterPathData::controlBounds |
Definition at line 188 of file qpainterpath_p.h.
Referenced by QPainterPath::computeControlPointRect(), and QPainterPath::controlPointRect().
uint QPainterPathData::convex |
Definition at line 193 of file qpainterpath_p.h.
Referenced by QPainterPath::addEllipse(), QPainterPath::addRect(), and QPainterPath::lineTo().
int QPainterPathData::cStart |
Definition at line 184 of file qpainterpath_p.h.
Referenced by QPainterPath::addPath(), QPainterPath::connectPath(), QPainterPath::moveTo(), operator<<(), and operator>>().
uint QPainterPathData::dirtyBounds |
Definition at line 191 of file qpainterpath_p.h.
Referenced by QPainterPath::boundingRect(), QPainterPath::computeBoundingRect(), and operator>>().
uint QPainterPathData::dirtyControlBounds |
Definition at line 192 of file qpainterpath_p.h.
Referenced by QPainterPath::computeControlPointRect(), QPainterPath::controlPointRect(), and operator>>().
Qt::FillRule QPainterPathData::fillRule |
Definition at line 185 of file qpainterpath_p.h.
Referenced by QPainterPath::contains(), QVectorPath::convertToPainterPath(), QPainterPath::fillRule(), operator<<(), QPainterPath::operator==(), operator>>(), and QPainterPath::setFillRule().
QVectorPathConverter* QPainterPathData::pathConverter |
Definition at line 195 of file qpainterpath_p.h.
uint QPainterPathData::require_moveTo |
Definition at line 190 of file qpainterpath_p.h.
Referenced by QPainterPath::addEllipse(), QPainterPath::addPath(), QPainterPath::addRect(), and QPainterPath::moveTo().