18#ifndef ELEMENTFACTORY_H
19#define ELEMENTFACTORY_H
The ElementFactory class this class is a pattern factory and also a singleton factory....
Definition elementfactory.h:34
static ElementFactory * factory_
Definition elementfactory.h:61
Element * createElement(const ElementsLocation &, QGraphicsItem *=nullptr, int *=nullptr)
ElementFactory::createElement.
Definition elementfactory.cpp:36
ElementFactory(const ElementFactory &)
static void dropInstance()
Definition elementfactory.h:49
ElementFactory operator=(const ElementFactory &)
~ElementFactory()
Definition elementfactory.h:68
static ElementFactory * Instance()
Definition elementfactory.h:38
ElementFactory()
Definition elementfactory.h:65
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47