Cutelee
6.1.0
|
#include <cycle.h>
Public Member Functions | |
RingIterator (const QList< T > &list) | |
T | next () |
Cycles endlessly over elements.
|
inline |
Returns the next element in the list, or the first element if already at the last element.
Definition at line 56 of file cycle.h.
Referenced by CycleNode::render().