BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Definition at line 23 of file RotationItemCatalog.h.
Classes | |
struct | UiInfo |
Public Types | |
using | CatalogedType = RotationItem |
enum class | Type : uint8_t { None = 0 , X = 1 , Y = 2 , Z = 3 , Euler = 4 } |
Static Public Member Functions | |
static RotationItem * | create (Type type) |
Creates the item of the given type. More... | |
static Type | type (const RotationItem *item) |
Returns the enum type of the given item. More... | |
static QVector< Type > | types () |
Available types of interference items. More... | |
static UiInfo | uiInfo (Type t) |
UiInfo on the given type. More... | |
Definition at line 25 of file RotationItemCatalog.h.
|
strong |
|
static |
Creates the item of the given type.
If type is "None", a nullptr is returned.
Definition at line 19 of file RotationItemCatalog.cpp.
References Euler, None, type(), X, Y, and Z.
|
static |
|
static |
Available types of interference items.
Contains also type "None". This list is sorted as expected in the UI (e.g. in combo box)
Definition at line 36 of file RotationItemCatalog.cpp.
|
static |