16 #include "Base/Util/Assert.h"
45 return {
"Off specular",
""};
47 return {
"Specular",
""};
49 return {
"Depth probe",
""};
Defines class InstrumentItemCatalog.
Defines class InstrumentItem and all its children.
static UiInfo uiInfo(Type t)
UiInfo on the given type.
static Type type(const InstrumentItem *item)
Returns the enum type of the given item.
static InstrumentItem * create(Type type)
Creates the item of the given type.
static QVector< Type > types()
Available types of items.
Abstract base class for instrument-specific item classes.