BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
SessionItem * | CreateEmptyItem () |
create empty SessionItem that serves as a root item More... | |
SessionItem * | CreateItem (const QString &model_name, SessionItem *parent=nullptr) |
create SessionItem of specific type and parent More... | |
QStringList | ValidTopItemTypes () |
retrieve list of all possible item types suitable for More... | |
SessionItem * ItemFactory::CreateEmptyItem | ( | ) |
create empty SessionItem that serves as a root item
Definition at line 39 of file ItemFactory.cpp.
Referenced by SessionModel::createRootItem(), and SessionModel::load().
SessionItem * ItemFactory::CreateItem | ( | const QString & | model_name, |
SessionItem * | parent = nullptr |
||
) |
create SessionItem of specific type and parent
Definition at line 30 of file ItemFactory.cpp.
References SessionItem::insertItem().
Referenced by SessionItem::addGroupProperty(), GroupItemController::addItem(), SessionItem::addProperty(), and SessionModel::insertNewItem().
QStringList ItemFactory::ValidTopItemTypes | ( | ) |
retrieve list of all possible item types suitable for
Definition at line 44 of file ItemFactory.cpp.
Referenced by SampleTreeWidget::showContextMenu().