3 #include "PointLeafItem.h"     7   PointLeafItem::PointLeafItem(ControlPoint *cp, 
int avgCharWidth,
     8       AbstractTreeItem *parent) : AbstractTreeItem(parent),
     9     AbstractPointItem(cp, avgCharWidth) {
    13   PointLeafItem::~PointLeafItem() {
 Namespace for ISIS/Bullet specific routines.