changeset 312 | d1d464798f08 |
parent 106 | 4083860dd82e |
child 347 | 4a3c06183639 |
1.1 --- a/xlinkobj.cpp Tue Jun 14 09:41:37 2005 +0000 1.2 +++ b/xlinkobj.cpp Mon May 08 13:25:46 2006 +0000 1.3 @@ -70,6 +70,11 @@ 1.4 } 1.5 } 1.6 1.7 +BranchObj* XLinkObj::getBegin () 1.8 +{ 1.9 + return beginBranch; 1.10 +} 1.11 + 1.12 void XLinkObj::setEnd (BranchObj *bo) 1.13 { 1.14 if (bo) 1.15 @@ -80,6 +85,11 @@ 1.16 } 1.17 } 1.18 1.19 +BranchObj* XLinkObj::getEnd() 1.20 +{ 1.21 + return endBranch; 1.22 +} 1.23 + 1.24 void XLinkObj::setWidth (int w) 1.25 { 1.26 width=w;