52 const auto& childIdx = Model_->index (row, 0, SrcIdx_);
53 Children_ [row] = std::make_shared<ModelItem> (Model_, childIdx, shared_from_this ());
64 if (SrcIdx_.isValid ())
65 SrcIdx_ = Model_->index (
GetRow () - modelStartingRow, 0,
Parent_.lock ()->GetIndex ());
75 index = index.sibling (index.row (), 0);
78 [&index] (
const ModelItem_ptr& item) {
return item->GetIndex () == index; });