Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSubpathBackwardIterator Class Reference
+ Collaboration diagram for QSubpathBackwardIterator:

Public Member Functions

 QSubpathBackwardIterator (const QDataBuffer< QStrokerOps::Element > *path)
 
int position () const
 
bool hasNext () const
 
QStrokerOps::Element next ()
 

Detailed Description

Definition at line 28 of file qstroker.cpp.

Constructor & Destructor Documentation

◆ QSubpathBackwardIterator()

QSubpathBackwardIterator::QSubpathBackwardIterator ( const QDataBuffer< QStrokerOps::Element > * path)
inline

Definition at line 31 of file qstroker.cpp.

Member Function Documentation

◆ hasNext()

bool QSubpathBackwardIterator::hasNext ( ) const
inline

Definition at line 36 of file qstroker.cpp.

Referenced by next().

+ Here is the caller graph for this function:

◆ next()

QStrokerOps::Element QSubpathBackwardIterator::next ( )
inline

Definition at line 38 of file qstroker.cpp.

References QDataBuffer< Type >::at(), QPainterPath::CurveToDataElement, QPainterPath::CurveToElement, hasNext(), QPainterPath::LineToElement, QPainterPath::MoveToElement, Q_ASSERT, qWarning, QDataBuffer< Type >::size(), and QStrokerOps::Element::type.

+ Here is the call graph for this function:

◆ position()

int QSubpathBackwardIterator::position ( ) const
inline

Definition at line 34 of file qstroker.cpp.


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