Ipelib
|
A visitor that recursively scans objects and collects all bitmaps. More...
#include <ipeutils.h>
Inherits ipe::Visitor.
A visitor that recursively scans objects and collects all bitmaps.
void BitmapFinder::scanPage | ( | const Page * | page | ) |
void BitmapFinder::visitGroup | ( | const Group * | obj | ) | [virtual] |
Called on an Group object.
Reimplemented from ipe::Visitor.
void BitmapFinder::visitImage | ( | const Image * | obj | ) | [virtual] |
Called on an Image object.
Reimplemented from ipe::Visitor.
std::vector<Bitmap> ipe::BitmapFinder::iBitmaps |