70 class CreateRootItemFunctor :
public std::function <ImageParentItem *(const QString)> {
73 CreateRootItemFunctor(
const CreateRootItemFunctor &);
74 ~CreateRootItemFunctor();
77 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
84 AbstractTreeModel *m_treeModel;