15 #ifndef BORNAGAIN_GUI_MODEL_CATDEVICE_MASKITEMCATALOG_H
16 #define BORNAGAIN_GUI_MODEL_CATDEVICE_MASKITEMCATALOG_H
28 enum class Type : uint8_t {
41 static QVector<Type>
types();
static QVector< Type > types()
Available types of items.
static MaskItem * create(Type type)
Creates the item of the given type.
static Type type(const MaskItem *item)
Returns the enum type of the given item.
A base class for all mask items.