1 #ifndef ImageImageTreeModel_H     2 #define ImageImageTreeModel_H    18   class ImageParentItem;
    63       class CreateRootItemFunctor : 
public std::unary_function <
    64           const QString, ImageParentItem * > {
    67           CreateRootItemFunctor(
const CreateRootItemFunctor &);
    68           ~CreateRootItemFunctor();
    71           CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
 Tree item that is a parent and represents an image. 
Definition: ImageParentItem.h:26
 
ImageImageTreeModel(ControlNet *cNet, TreeView *v, QObject *parent=0)
Definition: ImageImageTreeModel.cpp:30
 
Base class for tree models. 
Definition: AbstractTreeModel.h:39
 
void rebuildItems()
Definition: ImageImageTreeModel.cpp:114
 
virtual ~ImageImageTreeModel()
Definition: ImageImageTreeModel.cpp:36
 
Definition: ConcurrentControlNetReader.h:34
 
a control network 
Definition: ControlNet.h:271
 
Definition: TreeView.h:23
 
Definition: AbstractTableModel.h:16
 
Tree model for images and images. 
Definition: ImageImageTreeModel.h:41
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31