25 qsizetype dashCount( qreal x1, qreal y1, qreal x2, qreal y2 )
const;
26 qsizetype dashCount(
const QPointF&,
const QPointF& )
const;
27 qsizetype dashCount(
const QLineF& )
const;
29 void renderLine( qreal x1, qreal y1, qreal x2, qreal y2 );
30 void renderLine(
const QPointF&,
const QPointF& );
31 void renderLine(
const QLineF& );
36 virtual void renderDash( qreal x1, qreal y1, qreal x2, qreal y2 );