|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Handles user actions applied to SLDEditor. More...
Classes | |
| struct | SLDEditorActionsImpl |
Public Member Functions | |
| SLDEditorActions (QObject *parent=nullptr) | |
| ~SLDEditorActions () | |
| void | setModel (SLDElementModel *model) |
Private Attributes | |
| std::unique_ptr< SLDEditorActionsImpl > | p_impl |
Handles user actions applied to SLDEditor.
Belongs to SLDEditor.
Definition at line 29 of file sldeditoractions.h.
| gui2::SLDEditorActions::SLDEditorActions | ( | QObject * | parent = nullptr | ) |
Definition at line 30 of file sldeditoractions.cpp.
|
default |
| void gui2::SLDEditorActions::setModel | ( | SLDElementModel * | model | ) |
Definition at line 35 of file sldeditoractions.cpp.
References p_impl.
Referenced by gui2::SLDEditor::setModels().
|
private |
Definition at line 40 of file sldeditoractions.h.
Referenced by setModel().