Views Foundation Package API Reference Guide |
Views Documentation Home |
This class provides a method for importing graphical objects from an SVG image. More...
#include <ilviews/svg/IlvSVGImporter.h>
Public Member Functions | |
bool | importObjects (IlvDisplay *display, IlvGraphicSet &set, IL_STDPREF istream &stream) |
Reads an SVG objects from a stream and adds it to IlvGraphicSet. More... | |
This class provides a method for importing graphical objects from an SVG image.
Library: ilvsvgcore
bool IlvSVGImporter::importObjects | ( | IlvDisplay * | display, |
IlvGraphicSet & | set, | ||
IL_STDPREF istream & | stream | ||
) |
Reads an SVG objects from a stream and adds it to IlvGraphicSet.
The caller is responsible for deleting the created IlvGraphicSet.
stream | The stream to read from. |
IlvGraphicSet
.