BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The dialog which shows an editor to change parameters of DistributionItem. More...
Public Member Functions | |
DistributionDialog (QWidget *parent=0) | |
virtual | ~DistributionDialog () |
void | setItem (SessionItem *item) |
void | setNameOfEditor (const QString &name) |
Private Attributes | |
DistributionEditor * | m_editor |
The dialog which shows an editor to change parameters of DistributionItem.
Definition at line 23 of file DistributionDialog.h.
DistributionDialog::DistributionDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 22 of file DistributionDialog.cpp.
References m_editor, and StyleUtils::setResizable().
|
inlinevirtual |
Definition at line 28 of file DistributionDialog.h.
void DistributionDialog::setItem | ( | SessionItem * | item | ) |
Definition at line 51 of file DistributionDialog.cpp.
References m_editor, and SessionItemWidget::setItem().
void DistributionDialog::setNameOfEditor | ( | const QString & | name | ) |
Definition at line 56 of file DistributionDialog.cpp.
References m_editor, RealSpace::Particles::name(), and DistributionEditor::setNameOfEditor().
|
private |
Definition at line 34 of file DistributionDialog.h.
Referenced by DistributionDialog(), setItem(), and setNameOfEditor().