70 class CreateRootItemFunctor :
public std::function <PointParentItem *(ControlPoint *const &)> {
72 CreateRootItemFunctor(AbstractTreeModel *tm,
QThread *tt);
73 CreateRootItemFunctor(
const CreateRootItemFunctor &);
74 ~CreateRootItemFunctor();
79 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
84 AbstractTreeModel *m_treeModel;