input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qpainterpath.html

output_urn
QPainterPath

inherits

public_types
 class Element
 enum ElementType { MoveToElement, LineToElement, CurveToElement, CurveToDataElement }

properties

public_functions
QPainterPath ()
QPainterPath ( const QPointF & startPoint )
QPainterPath ( const QPainterPath & path )
~QPainterPath ()
 void addEllipse ( const QRectF & boundingRectangle )
 void addEllipse ( qreal x, qreal y, qreal width, qreal height )
 void addEllipse ( const QPointF & center, qreal rx, qreal ry )
 void addPath ( const QPainterPath & path )
 void addPolygon ( const QPolygonF & polygon )
 void addRect ( const QRectF & rectangle )
 void addRect ( qreal x, qreal y, qreal width, qreal height )
 void addRegion ( const QRegion & region )
 void addRoundedRect ( const QRectF & rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode = Qt::AbsoluteSize )
 void addRoundedRect ( qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode = Qt::AbsoluteSize )
 void addText ( const QPointF & point, const QFont & font, const QString & text )
 void addText ( qreal x, qreal y, const QFont & font, const QString & text )
 qreal angleAtPercent ( qreal t ) const
 void arcMoveTo ( const QRectF & rectangle, qreal angle )
 void arcMoveTo ( qreal x, qreal y, qreal width, qreal height, qreal angle )
 void arcTo ( const QRectF & rectangle, qreal startAngle, qreal sweepLength )
 void arcTo ( qreal x, qreal y, qreal width, qreal height, qreal startAngle, qreal sweepLength )
 QRectF boundingRect () const
 void closeSubpath ()
 void connectPath ( const QPainterPath & path )
 bool contains ( const QPointF & point ) const
 bool contains ( const QRectF & rectangle ) const
 bool contains ( const QPainterPath & p ) const
 QRectF controlPointRect () const
 void cubicTo ( const QPointF & c1, const QPointF & c2, const QPointF & endPoint )
 void cubicTo ( qreal c1X, qreal c1Y, qreal c2X, qreal c2Y, qreal endPointX, qreal endPointY )
 QPointF currentPosition () const
 const QPainterPath::Element & elementAt ( int index ) const
 int elementCount () const
 Qt::FillRule fillRule () const
 QPainterPath intersected ( const QPainterPath & p ) const
 bool intersects ( const QRectF & rectangle ) const
 bool intersects ( const QPainterPath & p ) const
 bool isEmpty () const
 qreal length () const
 void lineTo ( const QPointF & endPoint )
 void lineTo ( qreal x, qreal y )
 void moveTo ( const QPointF & point )
 void moveTo ( qreal x, qreal y )
 qreal percentAtLength ( qreal len ) const
 QPointF pointAtPercent ( qreal t ) const
 void quadTo ( const QPointF & c, const QPointF & endPoint )
 void quadTo ( qreal cx, qreal cy, qreal endPointX, qreal endPointY )
 void setElementPositionAt ( int index, qreal x, qreal y )
 void setFillRule ( Qt::FillRule fillRule )
 QPainterPath simplified () const
 qreal slopeAtPercent ( qreal t ) const
 QPainterPath subtracted ( const QPainterPath & p ) const
 QPolygonF toFillPolygon ( const QTransform & matrix ) const
 QPolygonF toFillPolygon ( const QMatrix & matrix = QMatrix() ) const
 QList<QPolygonF> toFillPolygons ( const QTransform & matrix ) const
 QList<QPolygonF> toFillPolygons ( const QMatrix & matrix = QMatrix() ) const
 QPainterPath toReversed () const
 QList<QPolygonF> toSubpathPolygons ( const QTransform & matrix ) const
 QList<QPolygonF> toSubpathPolygons ( const QMatrix & matrix = QMatrix() ) const
 void translate ( qreal dx, qreal dy )
 void translate ( const QPointF & offset )
 QPainterPath translated ( qreal dx, qreal dy ) const
 QPainterPath translated ( const QPointF & offset ) const
 QPainterPath united ( const QPainterPath & p ) const
 bool operator!= ( const QPainterPath & path ) const
 QPainterPath operator& ( const QPainterPath & other ) const
 QPainterPath & operator&= ( const QPainterPath & other )
 QPainterPath operator+ ( const QPainterPath & other ) const
 QPainterPath & operator+= ( const QPainterPath & other )
 QPainterPath operator- ( const QPainterPath & other ) const
 QPainterPath & operator-= ( const QPainterPath & other )
 QPainterPath & operator= ( const QPainterPath & path )
 bool operator== ( const QPainterPath & path ) const
 QPainterPath operator| ( const QPainterPath & other ) const
 QPainterPath & operator|= ( const QPainterPath & other )

public_slots

signals

static_public_members

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & stream, const QPainterPath & path )
 QDataStream & operator>> ( QDataStream & stream, QPainterPath & path )

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects
Element

parent_class_objects

enums
class_name
QPainterPath
name
ElementType
key
MoveToElement
LineToElement
CurveToElement
CurveToDataElement
public_flag
true

parent_enums

parent_index

parent_name

