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