diff -r 7d67be709091 -r cac93797c580 branchobj.h --- a/branchobj.h Tue Sep 08 12:15:39 2009 +0000 +++ b/branchobj.h Wed Sep 09 12:57:06 2009 +0000 @@ -56,6 +56,7 @@ virtual QPolygonF shape(); //!< Returns arbitrary bounding polygon virtual QRectF getTotalBBox(); // return BBox including children virtual QRectF getBBoxSizeWithChildren(); // return size of BBox including children + virtual ConvexPolygon getBoundingPolygon(); virtual void calcBBoxSizeWithChildren(); // calc size of BBox including children recursivly virtual QString getSelectString();