branchobj.h
changeset 793 cac93797c580
parent 792 7d67be709091
child 795 6b0a5f4923d3
     1.1 --- a/branchobj.h	Tue Sep 08 12:15:39 2009 +0000
     1.2 +++ b/branchobj.h	Wed Sep 09 12:57:06 2009 +0000
     1.3 @@ -56,6 +56,7 @@
     1.4  	virtual QPolygonF shape();				//!< Returns arbitrary bounding polygon
     1.5  	virtual QRectF getTotalBBox();			// return BBox including children			
     1.6  	virtual QRectF getBBoxSizeWithChildren();	// return size of BBox including children  
     1.7 +	virtual ConvexPolygon getBoundingPolygon();
     1.8  	virtual void calcBBoxSizeWithChildren();	// calc size of  BBox including children recursivly
     1.9  
    1.10  	virtual QString getSelectString();