karbon
VSubpathIterator Class Reference
#include <vpath.h>
Detailed Description
VSubpathIterator provides an iterator class for highlevel path access.Use VSubpathIterator whenever you want to access segments but are not interested in undo/redo operations with (deleted) segments.
Definition at line 179 of file vpath.h.
Public Member Functions | |
VSubpathIterator (const VSubpath &list) | |
VSubpathIterator (const VSubpathIterator &itr) | |
VSubpathIterator & | operator= (const VSubpathIterator &itr) |
VSegment * | current () const |
VSegment * | operator() () |
VSegment * | operator++ () |
VSegment * | operator+= (uint i) |
VSegment * | operator-- () |
VSegment * | operator-= (uint i) |
Friends | |
class | VSubpathIteratorList |
The documentation for this class was generated from the following files: