1 #ifndef ConnectionParentItem_H     2 #define ConnectionParentItem_H Tree item that is a parent and represents an image. 
Definition: ConnectionParentItem.h:26
 
virtual ~ConnectionParentItem()
Definition: ConnectionParentItem.cpp:15
 
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
 
a control network 
Definition: ControlNet.h:271
 
ConnectionParentItem(QString imageSerial, ControlNet *net, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: ConnectionParentItem.cpp:9
 
void addChild(AbstractTreeItem *child)
Definition: ConnectionParentItem.cpp:19
 
Base class for an image item in the tree. 
Definition: AbstractImageItem.h:27
 
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