BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Interface for custom editor factory. More...
Public Member Functions | |
virtual | ~EditorFactoryInterface ()=default |
virtual std::unique_ptr< CustomEditor > | createEditor (const QModelIndex &index) const =0 |
Interface for custom editor factory.
Intended for editor construction in cells of tables and trees in the context of delegate.
Definition at line 32 of file editorfactoryinterface.h.
|
virtualdefault |
|
pure virtual |