1 #ifndef ImageImageTreeModel_H
2 #define ImageImageTreeModel_H
17 class ControlCubeGraphNode;
22 class ImageParentItem;
63 class CreateRootItemFunctor :
public std::unary_function <
64 ControlCubeGraphNode *const &, ImageParentItem * > {
67 CreateRootItemFunctor(
const CreateRootItemFunctor &);
68 ~CreateRootItemFunctor();
71 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
Serial Number with added functionality for Control Networks.
Definition: ControlCubeGraphNode.h:67
virtual ~ImageImageTreeModel()
Definition: ImageImageTreeModel.cpp:38
Definition: TreeView.h:23
Definition: ConcurrentControlNetReader.h:35
a control network
Definition: ControlNet.h:207
Definition: AbstractTableModel.h:16
void rebuildItems()
Definition: ImageImageTreeModel.cpp:113
Base class for tree models.
Definition: AbstractTreeModel.h:40
Tree model for images and images.
Definition: ImageImageTreeModel.h:41
Tree item that is a parent and represents an image.
Definition: ImageParentItem.h:24
ImageImageTreeModel(ControlNet *cNet, TreeView *v, QObject *parent=0)
Definition: ImageImageTreeModel.cpp:32