Ipelib
|
#include <ipefactory.h>
Static Public Member Functions | |
static Object * | createObject (String name, const XmlAttributes &attr, String data) |
static Object * | createImage (String name, const XmlAttributes &attr, Bitmap bitmap) |
Factory for Ipe leaf objects.
|
static |
Create an Ipe object by calling the right constructor.
References ipe::Path::create().
Referenced by ipe::ImlParser::parseObject().
|
static |
Create an Image with a given bitmap.
Referenced by ipe::ImlParser::parseObject().