Board  0.9.5
Public Member Functions | List of all members
LibBoard::ShapeList::DepthFirstIterator Struct Reference

The DepthFirstIterator struct allows to traverse the shape tree using a depth-first strategy. More...

#include <ShapeList.h>

Public Member Functions

 DepthFirstIterator (ShapeList *list)
 
Shapeoperator* ()
 
Shapeoperator-> ()
 
Shapepointer ()
 
bool operator== (const DepthFirstIterator &other)
 
bool operator!= (const DepthFirstIterator &other)
 
DepthFirstIteratoroperator++ ()
 
DepthFirstIterator operator++ (int)
 

Detailed Description

The DepthFirstIterator struct allows to traverse the shape tree using a depth-first strategy.

Examples
examples/traversal.cpp.

The documentation for this struct was generated from the following files: