BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines namespace GUI::View::PropertyEditorFactory.
Definition in file PropertyEditorFactory.h.
Go to the source code of this file.
Namespaces | |
GUI | |
GUI::View | |
GUI::View::PropertyEditorFactory | |
Creates editors for SessionItems. | |
Functions | |
QWidget * | GUI::View::PropertyEditorFactory::CreateEditor (const SessionItem &item, QWidget *parent=nullptr) |
Creates an editor suitable for editing of item.value() More... | |
bool | GUI::View::PropertyEditorFactory::hasStringRepresentation (const QModelIndex &index) |
Returns true if the index data has known (custom) conversion to string. More... | |
QString | GUI::View::PropertyEditorFactory::toString (const QModelIndex &index) |
Provides string representation of index data. More... | |