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

Description

Defines namespace GUI::View::PropertyEditorFactory.

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.

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

 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...