BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Implements class UserDefinedDataLoader1D.
Definition in file DataLoaderUtil.cpp.
Go to the source code of this file.
Functions | |
void | cloneAsUserDefinedLoader (AbstractDataLoader1D *loader, const QString &name) |
clones the loader as a user defined loader and puts it in DataLoaders1D store More... | |
void | register1DDataLoaders () |
register the concrete data loaders with the registration facility More... | |
void cloneAsUserDefinedLoader | ( | AbstractDataLoader1D * | loader, |
const QString & | name | ||
) |
clones the loader as a user defined loader and puts it in DataLoaders1D store
Definition at line 21 of file DataLoaderUtil.cpp.
References DataLoaders1D::addUserDefinedLoader(), AbstractDataLoader::applyImportSettings(), AbstractDataLoader::clone(), DataLoaders1D::instance(), GUI::RealSpace::Particles::name(), and AbstractDataLoader::serialize().
Referenced by SpecularDataImportWidget::onCreateNewFormatButton().
void register1DDataLoaders | ( | ) |
register the concrete data loaders with the registration facility
register the concrete 1D data loaders with DataLoaders1D
Definition at line 49 of file DataLoaderUtil.cpp.
References DataLoaders1D::addBuiltInLoader(), and DataLoaders1D::instance().
Referenced by main().