BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines ModelUtils namespace. More...
Go to the source code of this file.
Namespaces | |
ModelUtils | |
Functions | |
void | ModelUtils::iterate (const QModelIndex &index, const QAbstractItemModel *model, const std::function< void(const QModelIndex &)> &fun) |
Iterates through all model indices and calls user function. More... | |
void | ModelUtils::iterate_if (const QModelIndex &index, const QAbstractItemModel *model, const std::function< bool(const QModelIndex &)> &fun) |
Iterates through all model indices and calls user function. More... | |
QStringList | ModelUtils::topItemNames (SessionModel *model, const QString &modelType="") |
Returns list of top iten manes. More... | |
Defines ModelUtils namespace.
Definition in file ModelUtils.h.