Jive reference manual
List of all members | Public Types | Static Public Member Functions
jive::geom::BShapeFactory Class Reference

#include <jive/geom/BShapeFactory.h>

Inheritance diagram for jive::geom::BShapeFactory:
Inheritance graph

Public Types

typedef BShapeFactory Self
 
typedef util::Factory Super
 
typedef Ref< BShape >(* Constructor) (const String &name, const Properties &conf, const Properties &props)
 
- Public Types inherited from jive::util::Factory
typedef Factory Self
 

Static Public Member Functions

static void declare (const String &type, Constructor ctor)
 
static bool exists (const String &type)
 
static StringVector listKnownTypes ()
 
static Ref< BShapenewInstance (const String &type, const String &name, const Properties &conf, const Properties &props)
 
static Ref< BShapenewInstance (const String &name, const Properties &conf, const Properties &props)
 
- Static Public Member Functions inherited from jive::util::Factory
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)
 

Additional Inherited Members

- Static Public Attributes inherited from jive::util::Factory
static const char * TYPE_PROP
 

Member Typedef Documentation

typedef Ref<BShape>(* jive::geom::BShapeFactory::Constructor) (const String &name, const Properties &conf, const Properties &props)

Member Function Documentation

static void jive::geom::BShapeFactory::declare ( const String type,
Constructor  ctor 
)
static
static bool jive::geom::BShapeFactory::exists ( const String type)
static
static StringVector jive::geom::BShapeFactory::listKnownTypes ( )
static
static Ref<BShape> jive::geom::BShapeFactory::newInstance ( const String type,
const String name,
const Properties conf,
const Properties props 
)
static
static Ref<BShape> jive::geom::BShapeFactory::newInstance ( const String name,
const Properties conf,
const Properties props 
)
static