factory.cpp
49 for(QMap<QString, ParameterSettableCreator*>::iterator i = m_classMap.begin(); i != m_classMap.end(); i++) {
55 QStringList Factory::getAllSubclasses(QString className, int levelToStop, bool noAbstractClasses)
88 ConfigurationWidget* Factory::getEditorForType(ConfigurationParameters& params, QString prefix, QWidget* parent, Qt::WindowFlags f)
90 const QString typeForGroup = params.getValue(prefix + ConfigurationParameters::GroupSeparator() + "type");
102 // Need to check whether className was already registered to clean up things. We check m_parentsMap