#include <ipefactory.h>
Object * ObjectFactory::createObject | ( | String | name, | |
const XmlAttributes & | attr, | |||
String | data | |||
) | [static] |
Create an Ipe object by calling the right constructor.
Object * ObjectFactory::createImage | ( | String | name, | |
const XmlAttributes & | attr, | |||
Bitmap | bitmap | |||
) | [static] |
Create an Image with a given bitmap.