changeset 360 | b047741a460a |
parent 97 | 0b048b6bb6f4 |
child 366 | e95081c21da2 |
1.1 --- a/xlinkobj.h Thu Apr 21 19:14:38 2005 +0000 1.2 +++ b/xlinkobj.h Thu Jul 27 15:13:16 2006 +0000 1.3 @@ -14,8 +14,10 @@ 1.4 virtual void init (); 1.5 virtual void copy (XLinkObj*); 1.6 void setBegin (BranchObj*); 1.7 + BranchObj* getBegin(); 1.8 void setEnd (BranchObj*); 1.9 void setEnd (QPoint); 1.10 + BranchObj* getEnd(); 1.11 void setColor(QColor); 1.12 QColor getColor(); 1.13 void setWidth (int);