1#ifndef PointMeasureTreeModel_H
2#define PointMeasureTreeModel_H
26 class PointParentItem;
70 class CreateRootItemFunctor :
public std::unary_function <
71 ControlPoint *const &, PointParentItem * > {
74 CreateRootItemFunctor(
const CreateRootItemFunctor &);
75 ~CreateRootItemFunctor();
80 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
Base class for tree models.
Definition: AbstractTreeModel.h:47
a control network
Definition: ControlNet.h:258
A single control point.
Definition: ControlPoint.h:356
Tree model for control points and control measures.
Definition: PointMeasureTreeModel.h:49
void rebuildItems()
Definition: PointMeasureTreeModel.cpp:108
virtual ~PointMeasureTreeModel()
Definition: PointMeasureTreeModel.cpp:40
Tree item that is a parent and represents a control point.
Definition: PointParentItem.h:34
Definition: TreeView.h:31
This is free and unencumbered software released into the public domain.
Definition: ConcurrentControlNetReader.h:20
This is free and unencumbered software released into the public domain.
Definition: AbstractTableModel.h:24
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16