|
BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
ParameterTreeItems is a collection of items necessary to form a tuning tree for real time widget.
The ParameterLabelItem class represents a label (string without value, like 'Layer', 'MultiLayer') in a parameter tuning tree.
Definition at line 28 of file ParameterTreeItems.h.
Public Member Functions | |
| ParameterLabelItem (const QString &title, QObject *parent) | |
| ParameterLabelItem (QObject *parent) | |
| void | setTitle (const QString &title) |
| QString | title () const |
Private Attributes | |
| QString | m_title |
| ParameterLabelItem::ParameterLabelItem | ( | QObject * | parent | ) |
Definition at line 54 of file ParameterTreeItems.cpp.
| ParameterLabelItem::ParameterLabelItem | ( | const QString & | title, |
| QObject * | parent | ||
| ) |
Definition at line 59 of file ParameterTreeItems.cpp.
| void ParameterLabelItem::setTitle | ( | const QString & | title | ) |
| QString ParameterLabelItem::title | ( | ) | const |
|
private |
Definition at line 37 of file ParameterTreeItems.h.
Referenced by setTitle(), and title().