diff -r 3674e9236634 -r 728f51b71e71 linkablemapobj.h --- a/linkablemapobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/linkablemapobj.h Tue Jan 03 09:44:41 2006 +0000 @@ -34,6 +34,9 @@ virtual void setParObjTmp (LinkableMapObj*,QPoint,int); // Only for moving Obj around virtual void unsetParObjTmp(); // reuse original ParObj virtual bool hasParObjTmp(); + virtual int getTopPad(); + virtual int getLeftPad(); + virtual int getRightPad(); LinkStyle getDefLinkStyle(); void setLinkStyle(LinkStyle); LinkStyle getLinkStyle(); @@ -97,7 +100,7 @@ LinkableMapObj* childObj; LinkableMapObj* parObj; LinkableMapObj* parObjTmpBuf; // temporary buffer the original parent - int offset; // vertical offset of dockpos to pos + int bottomlineY; // vertical offset of dockpos to pos int thickness_start; // for StylePoly* LinkStyle style; // Current style @@ -117,5 +120,8 @@ bool hideLinkUnselected; // to hide links if unselected QCanvasRectangle* selbox; FrameObj *frame; // frame around object + int topPad, botPad, + leftPad, rightPad; // padding within bbox + }; #endif