16 #include "Base/Util/Assert.h" 
   42         return {
"Basic", 
"Two dimensional lattice", 
""};
 
   44         return {
"Square", 
"", 
""};
 
   46         return {
"Hexagonal", 
"", 
""};
 
Defines class Lattice2DItemCatalog.
Defines classes Lattice2DItems.
static QVector< Type > types()
List of available types, sorted as expected in the UI.
static UiInfo uiInfo(Type t)
UiInfo on the given type.
static Type type(const CatalogedType *item)
Returns the enum type of the given item.
static CatalogedType * create(Type type)
Creates the item of the given type.