The GraphicsItemFactoryRegistrar is used to register a GraphicsItem constructor at the GraphicsItemFactory. More...
#include "GraphicsItemFactory.h"
Public Member Functions | |
| GraphicsItemFactoryRegistrar (const std::string &_key) | |
Public Member Functions inherited from ot::FactoryRegistrarTemplate< GraphicsItemFactory, T > | |
| FactoryRegistrarTemplate (const std::string &_key) | |
| Constructor. | |
| virtual | ~FactoryRegistrarTemplate () |
| Destructor. When called the constructor will be deregistered from the factory. | |
| const std::string & | getKey (void) const |
| Get the constructor key. | |
The GraphicsItemFactoryRegistrar is used to register a GraphicsItem constructor at the GraphicsItemFactory.
|
inline |