diff -r 2876353ea150 -r d251c7b2de54 linkablemapobj.h --- a/linkablemapobj.h Wed Sep 23 12:14:08 2009 +0000 +++ b/linkablemapobj.h Thu Oct 01 11:28:50 2009 +0000 @@ -40,6 +40,7 @@ Bottom //!< Link is drawn at bottom of object }; + /*! Hint if link should use the default link color or the color of heading */ enum ColorHint { DefaultColor, //!< Link uses the default color @@ -117,7 +118,7 @@ LinkableMapObj* parObj; LinkableMapObj* parObjTmpBuf; // temporary buffer the original parent - qreal bottomlineY; // vertical offset of dockpos to pos + bool tmpParent; int thickness_start; // for StylePoly* Style style; // Current style @@ -131,7 +132,11 @@ QPolygonF pa0; // For drawing of PolyParabel and PolyLine QPolygonF pa1; // For drawing of PolyParabel QPolygonF pa2; // For drawing of PolyParabel + QGraphicsLineItem* bottomline; // on bottom of BBox + bool useBottomline; //! Hint if bottomline should be used + qreal bottomlineY; // vertical offset of dockpos to pos + bool repositionRequest; // qreal topPad, botPad,