15 #ifndef BORNAGAIN_MVVM_VIEWMODEL_MVVM_INTERFACES_EDITORFACTORYINTERFACE_H
16 #define BORNAGAIN_MVVM_VIEWMODEL_MVVM_INTERFACES_EDITORFACTORYINTERFACE_H
18 #include "mvvm/viewmodel_export.h"
36 virtual std::unique_ptr<CustomEditor>
createEditor(
const QModelIndex& index)
const = 0;
Base class for all custom variants editors.
Interface for custom editor factory.
virtual std::unique_ptr< CustomEditor > createEditor(const QModelIndex &index) const =0
virtual ~EditorFactoryInterface()=default
materialitems.h Collection of materials to populate MaterialModel.