Definition GraphicsItemDesignerItemBase.h:25
Definition WrappedItemFactory.h:17
static WrappedItemFactory & instance(void)
Definition WrappedItemFactory.cpp:10
static GraphicsItemDesignerItemBase * createFromConfig(const ot::GraphicsItemCfg *_config)
Definition WrappedItemFactory.cpp:15
Definition WrappedItemFactory.h:26
WrappedItemFactoryRegistrar(const std::string &_key)
Definition WrappedItemFactory.h:28
The FactoryRegistrarTemplate may be used to register a constructor at the factory.
Definition FactoryTemplate.h:76
FactoryRegistrarTemplate(const std::string &_key)
Constructor.
Definition FactoryTemplate.hpp:73
The FactoryTemplate may be used to quickly create default factories that are only used for item creat...
Definition FactoryTemplate.h:24
The GraphicsItemCfg is the base class for all graphics item configurations.
Definition GraphicsItemCfg.h:33