15 #ifndef BORNAGAIN_GUI_MODEL_CATSAMPLE_ROTATIONITEMCATALOG_H
16 #define BORNAGAIN_GUI_MODEL_CATSAMPLE_ROTATIONITEMCATALOG_H
28 enum class Type : uint8_t {
52 static QVector<Type>
types();
static Type type(const RotationItem *item)
Returns the enum type of the given item.
static QVector< Type > types()
Available types of interference items.
static UiInfo uiInfo(Type t)
UiInfo on the given type.
static RotationItem * create(Type type)
Creates the item of the given type.