32 #include <QModelIndex>
56 QAbstractItemModel *
const Model_ =
nullptr;
59 typedef ModelItemsList_t::iterator iterator;
60 typedef ModelItemsList_t::const_iterator const_iterator;
65 ModelItem () =
default;
75 ModelItem (QAbstractItemModel *model,
const QModelIndex& index,
const ModelItem_wtr& parent);
89 ModelItem* EnsureChild (
int row);
97 const QModelIndex& GetIndex ()
const;
103 QAbstractItemModel* GetModel ()
const;
116 void RefreshIndex (
int modelStartingRow);