Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSubpathFlatIterator Class Reference
+ Collaboration diagram for QSubpathFlatIterator:

Public Member Functions

 QSubpathFlatIterator (const QDataBuffer< QStrokerOps::Element > *path, qreal threshold)
 
bool hasNext () const
 
QStrokerOps::Element next ()
 

Detailed Description

Definition at line 81 of file qstroker.cpp.

Constructor & Destructor Documentation

◆ QSubpathFlatIterator()

QSubpathFlatIterator::QSubpathFlatIterator ( const QDataBuffer< QStrokerOps::Element > *  path,
qreal  threshold 
)
inline

Definition at line 84 of file qstroker.cpp.

Member Function Documentation

◆ hasNext()

bool QSubpathFlatIterator::hasNext ( ) const
inline

Definition at line 87 of file qstroker.cpp.

References QDataBuffer< Type >::size().

Referenced by next().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ next()

QStrokerOps::Element QSubpathFlatIterator::next ( )
inline

Definition at line 89 of file qstroker.cpp.

References QDataBuffer< Type >::at(), QList< T >::at(), e, QBezier::fromPoints(), hasNext(), QPainterPath::LineToElement, Q_ASSERT, qt_fixed_to_real, qt_real_to_fixed, QList< T >::size(), QBezier::toPolygon(), QPointF::x(), QStrokerOps::Element::x, QPointF::y(), and QStrokerOps::Element::y.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: