69 class CreateRootItemFunctor :
public std::function <ImageParentItem *(const QString)> {
72 CreateRootItemFunctor(
const CreateRootItemFunctor &);
73 ~CreateRootItemFunctor();
75 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
82 AbstractTreeModel *m_treeModel;