Q3GroupIterator


Class to simplify iterating through a Quesa group.



Example:


Q3GroupIterator		iter( aGroup, kQ3ShapeTypeGeometry );
CQ3ObjectRef	theItem;
while ( (theItem = iter.NextObject()).isvalid() )
{
// do something with theItem...
}




© 1999-2008 Quesa Developers (Last Updated 5/10/2008)
HTML documentation generated by HeaderDoc