#include <multiprocessorcreator.h>
Inheritance diagram for Geddei::FactoryCreator:
Public Member Functions | |
FactoryCreator (const QString &type) |
This class can be constructed so as to allow creation of new Processor objects of the class given by the type type . type must be an available type according to the resident ProcessorFactory singleton.
Geddei::FactoryCreator::FactoryCreator | ( | const QString & | type | ) | [inline] |
Basic constructor. Creates a new FactoryCreator object which will function as a MultiProcessorCreator class to produce objects from the ProcessorFactory of type type.
type | The type of Processor class that this will create. type must be available according to the relevant ProcessorFactory singleton. |