15 #ifndef BORNAGAIN_GUI_MODEL_CATDEVICE_DISTRIBUTIONITEMCATALOG_H
16 #define BORNAGAIN_GUI_MODEL_CATDEVICE_DISTRIBUTIONITEMCATALOG_H
28 enum class Type : uint8_t {
51 static QVector<Type>
types();
static QVector< Type > symmetricTypes()
Types of symmetric distributions.
static Type type(const DistributionItem *item)
Returns the enum type of the given item.
static UiInfo uiInfo(Type t)
UiInfo on the given type.
static DistributionItem * create(Type type)
Creates the item of the given type.
static QVector< Type > types()
Available types of items.