1 #ifndef ImagePointTreeModel_H 
    2 #define ImagePointTreeModel_H 
   16   class ControlCubeGraphNode;
 
   21     class ImageParentItem;
 
   61         class CreateRootItemFunctor : 
public std::unary_function <
 
   62             ControlCubeGraphNode *const &, ImageParentItem * > {
 
   65             CreateRootItemFunctor(
const CreateRootItemFunctor &);
 
   66             ~CreateRootItemFunctor();
 
   68             CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
 
void rebuildItems()
Definition: ImagePointTreeModel.cpp:117
 
Serial Number with added functionality for Control Networks. 
Definition: ControlCubeGraphNode.h:67
 
Definition: TreeView.h:23
 
Definition: ConcurrentControlNetReader.h:35
 
a control network 
Definition: ControlNet.h:207
 
Definition: AbstractTableModel.h:16
 
Tree model for images and control points. 
Definition: ImagePointTreeModel.h:40
 
Base class for tree models. 
Definition: AbstractTreeModel.h:40
 
Tree item that is a parent and represents an image. 
Definition: ImageParentItem.h:24
 
ImagePointTreeModel(ControlNet *cNet, TreeView *v, QObject *parent=0)
Definition: ImagePointTreeModel.cpp:33
 
virtual ~ImagePointTreeModel()
Definition: ImagePointTreeModel.cpp:40