Base class for classes Point, Polyline, Surface.
Definition of the TreeItem class.
A TreeItem containing an additional GeoObject.
~GeoTreeItem() override=default
GeoTreeItem(const QList< QVariant > &data, TreeItem *parent, const GeoLib::GeoObject *item=nullptr)
const GeoLib::GeoObject * getGeoObject() const
Returns the geo-object associated with this item (i.e. a point, polyline or surface).
const GeoLib::GeoObject * _item
Objects nodes for the TreeModel.
virtual QVariant data(int column) const