| Description | An iterator of the VectorImage. Details… | 
|---|---|
| Module | Advanced graphics | 
| Base classes | – | 
| Derived classes | – | 
| Header | VectorImageIterator.hpp | 
Public methods
    Constructors
        Copy constructor
        operator=
Conversions
        operator*
        operator->
        operator const Sy_EndType*
        operator const Sy_HotType*
        operator const Sy_LinType*
        operator const Sy_PolyLinType*
        operator const Sy_ArcType*
        operator const Sy_TextType*
        operator const Sy_HatchType*
        operator const Sy_SplineType*
        operator const Sy_PictureType*
        operator const Sy_PixMapType*
        operator const Sy_FontType*
        operator GSConstPtr
Iteration
        SortRecord
        operator++
        IsEOI
        SetSorting
Detailed description
This class is for iteration of the elements of a VectorImage. You can control the order of elements in the iteration with the SetSorting method. If you need to modify the primitives to some extent you should see the VectorImageIterator.