1 #ifndef ImageParentItem_H 2 #define ImageParentItem_H Tree item that is a parent and represents an image.
Definition: ImageParentItem.h:26
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
a control network
Definition: ControlNet.h:271
virtual ~ImageParentItem()
Definition: ImageParentItem.cpp:14
Base class for an image item in the tree.
Definition: AbstractImageItem.h:27
ImageParentItem(QString imageSerial, ControlNet *net, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: ImageParentItem.cpp:8
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:27