QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskVertex::ArcIterator Class Reference

Detailed Description

Definition at line 17 of file QskVertexHelper.h.

Public Member Functions

 ArcIterator (int stepCount, bool inverted=false)
 
void reset (int stepCount, bool inverted=false)
 
bool isInverted () const
 
qreal cos () const
 
qreal sin () const
 
int step () const
 
int stepCount () const
 
bool isDone () const
 
void increment ()
 
void decrement ()
 
void operator++ ()
 
void revert ()
 
ArcIterator reverted () const
 

Static Public Member Functions

static int segmentHint (qreal radius)
 

Constructor & Destructor Documentation

◆ ArcIterator()

QskVertex::ArcIterator::ArcIterator ( int  stepCount,
bool  inverted = false 
)
inline

Definition at line 22 of file QskVertexHelper.h.

Member Function Documentation

◆ cos()

qreal QskVertex::ArcIterator::cos ( ) const
inline

Definition at line 52 of file QskVertexHelper.h.

◆ decrement()

void QskVertex::ArcIterator::decrement ( )
inline

Definition at line 91 of file QskVertexHelper.h.

◆ increment()

void QskVertex::ArcIterator::increment ( )
inline

Definition at line 59 of file QskVertexHelper.h.

◆ isDone()

bool QskVertex::ArcIterator::isDone ( ) const
inline

Definition at line 57 of file QskVertexHelper.h.

◆ isInverted()

bool QskVertex::ArcIterator::isInverted ( ) const
inline

Definition at line 50 of file QskVertexHelper.h.

◆ operator++()

void QskVertex::ArcIterator::operator++ ( )
inline

Definition at line 98 of file QskVertexHelper.h.

◆ reset()

void QskVertex::ArcIterator::reset ( int  stepCount,
bool  inverted = false 
)
inline

Definition at line 27 of file QskVertexHelper.h.

◆ revert()

void QskVertex::ArcIterator::revert ( )
inline

Definition at line 106 of file QskVertexHelper.h.

◆ reverted()

ArcIterator QskVertex::ArcIterator::reverted ( ) const
inline

Definition at line 114 of file QskVertexHelper.h.

◆ segmentHint()

static int QskVertex::ArcIterator::segmentHint ( qreal  radius)
inlinestatic

Definition at line 100 of file QskVertexHelper.h.

◆ sin()

qreal QskVertex::ArcIterator::sin ( ) const
inline

Definition at line 53 of file QskVertexHelper.h.

◆ step()

int QskVertex::ArcIterator::step ( ) const
inline

Definition at line 55 of file QskVertexHelper.h.

◆ stepCount()

int QskVertex::ArcIterator::stepCount ( ) const
inline

Definition at line 56 of file QskVertexHelper.h.