1 #ifndef PointLeafItem_H 
    2 #define PointLeafItem_H 
A leaf node in the tree structure that represents a control point. 
Definition: PointLeafItem.h:25
 
Base class for leaf items in the tree. 
Definition: AbstractLeafItem.h:24
 
Base class for an item in the tree. 
Definition: AbstractTreeItem.h:31
 
AbstractTreeItem * parent() const 
Definition: AbstractTreeItem.cpp:39
 
A single control point. 
Definition: ControlPoint.h:339
 
PointLeafItem(ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: PointLeafItem.cpp:8
 
Base class for a point item in the tree. 
Definition: AbstractPointItem.h:33
 
virtual ~PointLeafItem()
Definition: PointLeafItem.cpp:14