BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Widget holding grid layout with editors and intended for displaying all properties of given SessionItem. More...
Classes | |
struct | PropertyFlatViewImpl |
Public Member Functions | |
PropertyFlatView (QWidget *parent=nullptr) | |
~PropertyFlatView () | |
void | setItem (SessionItem *item) |
Private Attributes | |
std::unique_ptr< PropertyFlatViewImpl > | p_impl |
Widget holding grid layout with editors and intended for displaying all properties of given SessionItem.
Definition at line 29 of file propertyflatview.h.
PropertyFlatView::PropertyFlatView | ( | QWidget * | parent = nullptr | ) |
Definition at line 142 of file propertyflatview.cpp.
References p_impl.
|
default |
void PropertyFlatView::setItem | ( | SessionItem * | item | ) |
Definition at line 158 of file propertyflatview.cpp.
References ModelView::Factory::CreatePropertyFlatViewModel(), ModelView::SessionItem::model(), and p_impl.
Referenced by TEST_F().
|
private |
Definition at line 40 of file propertyflatview.h.
Referenced by PropertyFlatView(), and setItem().