22 auto result = std::make_unique<ItemCatalogue>();
33 result->registerItem<
PenItem>();
Two-dimensional color map representation of Data2DItem.
Container with viewport and collection of ColorMapItem's to plot.
Complex item holding mixed SessionItem types (single properties and other CompountItems).
Simple container to store any type of children.
Represents one-dimensional data (axis and values).
Represents two-dimensional data (axes definition and 2d array of values).
Item to represent fixed bin axis.
One-dimensional graph representation of Data1DItem.
2D viewport specialized for showing multiple GraphItem's.
Item to store a persistent link to other arbitrary items.
Represents basics settings of QPen.
Item to represent pointwise axis.
Item to carry concrete editable entity (e.g.
The main object representing an editable/displayable/serializable entity.
Represent text item on plot.
Vector item with three x,y,z property items.
Item to represent viewport axis.
materialitems.h Collection of materials to populate MaterialModel.
MVVM_MODEL_EXPORT std::unique_ptr< ItemCatalogue > CreateStandardItemCatalogue()
Creates a catalog of items supported by SessionModel out-of-the-box.