BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
PropertyEditorFactory.h File Reference

Defines PropertyEditorFactory namespace. More...

Include dependency graph for PropertyEditorFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PropertyEditorFactory
 Creates editors for SessionItem's values.
 

Functions

QWidget * PropertyEditorFactory::CreateEditor (const SessionItem &item, QWidget *parent=nullptr)
 Creates an editor suitable for editing of item.value() More...
 
bool PropertyEditorFactory::hasStringRepresentation (const QModelIndex &index)
 Returns true if the index data has known (custom) convertion to string. More...
 
QString PropertyEditorFactory::toString (const QModelIndex &index)
 Provides string representation of index data. More...
 

Detailed Description

Defines PropertyEditorFactory namespace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file PropertyEditorFactory.h.