1 #ifndef PointParentItem_H 2 #define PointParentItem_H Base class for a point item in the tree.
Definition: AbstractPointItem.h:32
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
virtual ~PointParentItem()
Definition: PointParentItem.cpp:15
A single control point.
Definition: ControlPoint.h:369
void addChild(AbstractTreeItem *child)
Definition: PointParentItem.cpp:19
PointParentItem(ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: PointParentItem.cpp:9
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31
Tree item that is a parent and represents a control point.
Definition: PointParentItem.h:26
Base class for an item that is a parent in the tree.
Definition: AbstractParentItem.h:27