|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Represents pair of data,role for SessionItemData. More...
Public Member Functions | |
| DataRole (Variant data=Variant(), int role=-1) | |
| bool | operator== (const DataRole &other) const |
Public Attributes | |
| Variant | m_data |
| int | m_role |
Represents pair of data,role for SessionItemData.
Definition at line 25 of file datarole.h.
Definition at line 20 of file datarole.cpp.
| bool DataRole::operator== | ( | const DataRole & | other | ) | const |
Definition at line 22 of file datarole.cpp.
References ModelView::Utils::IsTheSame(), m_data, and m_role.
| Variant ModelView::DataRole::m_data |
Definition at line 28 of file datarole.h.
Referenced by operator==().
| int ModelView::DataRole::m_role |
Definition at line 29 of file datarole.h.
Referenced by operator==().