53 if (Index_.isValid ())
54 Manager_.Model_.SetFields<
55 &ProgressManager::Item::State_,
56 &ProgressManager::Item::CustomStateText_
57 > (Index_.row (), state, std::move (customText));
117 auto name = info.
Name_;
118 const auto pos = Model_.AddItem ({
119 .RowInfo_ = std::move (info),
123 .Icon_ = std::move (inits.
Icon_),
125 .CachedName_ = std::move (name),
129 return std::make_unique<ProgressModelRow> (*
this, Model_.index (pos, 0));