#include <jive/geom/IShapeFactory.h>
|
static void | declare (const String &type, Constructor ctor) |
|
static bool | exists (const String &type) |
|
static StringVector | listKnownTypes () |
|
static Ref< IShape > | newInstance (const String &type, const String &name, const Properties &conf, const Properties &props) |
|
static Ref< IShape > | newInstance (const String &name, const Properties &conf, const Properties &props) |
|
static void | noSuchTypeError (const String &context, const String &type, const String &kind) |
|
static void | noSuchTypeError (const String &context, const String &type, const String &kind, const StringVector &knownTypes) |
|
static void jive::geom::IShapeFactory::declare |
( |
const String & |
type, |
|
|
Constructor |
ctor |
|
) |
| |
|
static |
static bool jive::geom::IShapeFactory::exists |
( |
const String & |
type | ) |
|
|
static |
static StringVector jive::geom::IShapeFactory::listKnownTypes |
( |
| ) |
|
|
static |