9#include "PointParentItem.h"
11#include "MeasureLeafItem.h"
21 PointParentItem::~PointParentItem() {
25 void PointParentItem::addChild(AbstractTreeItem *child) {
26 AbstractParentItem::addChild(child);
Base class for a point item in the tree.
Base class for an item in the tree.
This is free and unencumbered software released into the public domain.