27 return QStringList() <<
"Name"
33 std::vector<std::unique_ptr<ViewItem>> result;
38 result.emplace_back(std::make_unique<ViewLabelItem>(item));
39 result.emplace_back(std::make_unique<ViewDataItem>(item));
std::vector< std::unique_ptr< ViewItem > > constructRow(SessionItem *) override
QStringList horizontalHeaderLabels() const override
Example: For LayerItem two items will be generated: ViewLabelItem and ViewEmptyItem,...
The main object representing an editable/displayable/serializable entity.
materialitems.h Collection of materials to populate MaterialModel.