1 #ifndef ImageParentItem_H
2 #define ImageParentItem_H
10 class ControlCubeGraphNode;
virtual ~ImageParentItem()
Definition: ImageParentItem.cpp:14
Serial Number with added functionality for Control Networks.
Definition: ControlCubeGraphNode.h:67
ImageParentItem(ControlCubeGraphNode *node, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: ImageParentItem.cpp:8
Base class for an image item in the tree.
Definition: AbstractImageItem.h:28
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:39
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:27
Tree item that is a parent and represents an image.
Definition: ImageParentItem.h:24